diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-21 21:14:11 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-21 21:14:11 -0400 |
| commit | d194765e10eae7769210f1b1a19c08835d555fed (patch) | |
| tree | e9bfae34d38a5376b40f4297ad90855c84ed2e00 /src/Propellor/Property/Chroot.hs | |
| parent | 9444326c877d6cf6b25f6750ed9212dbc7c200cd (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/Chroot.hs')
| -rw-r--r-- | src/Propellor/Property/Chroot.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs index 3da8b0d6..ebd38f9a 100644 --- a/src/Propellor/Property/Chroot.hs +++ b/src/Propellor/Property/Chroot.hs @@ -137,7 +137,7 @@ chain hostlist (ChrootChain hn loc systemdonly onconsole) = changeWorkingDirectory localdir when onconsole forceConsole onlyProcess (provisioningLock loc) $ do - r <- runPropellor h $ ensureProperties $ + r <- runPropellor h $ ensurePropertiesWith ensureProperty' $ if systemdonly then [Systemd.installed] else hostProperties h |
