diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-20 17:18:26 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-20 17:18:26 -0400 |
| commit | f9cc7c149ead60d1178fa3b480282f6089cf79bd (patch) | |
| tree | 1f9d62d03e0c4a307383bb2420a9ae98ba431947 /src/Propellor/Property/Debootstrap.hs | |
| parent | 3669bd61d0e15682ce25b9a82788b8d69f87d123 (diff) | |
incomplete systemd container support
Diffstat (limited to 'src/Propellor/Property/Debootstrap.hs')
| -rw-r--r-- | src/Propellor/Property/Debootstrap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Debootstrap.hs b/src/Propellor/Property/Debootstrap.hs index 4e7bc740..5f521c32 100644 --- a/src/Propellor/Property/Debootstrap.hs +++ b/src/Propellor/Property/Debootstrap.hs @@ -33,7 +33,7 @@ built target system@(System _ arch) extraparams = RevertableProperty setup teardown where setup = check (unpopulated target <||> ispartial) setupprop - `requires` unrevertable installed + `requires` toProp installed teardown = check (not <$> unpopulated target) teardownprop |
