diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-20 16:07:57 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-20 16:07:57 -0400 |
| commit | 3669bd61d0e15682ce25b9a82788b8d69f87d123 (patch) | |
| tree | 7217867f1a5e420274984f2376811ed202584194 /src/Propellor/Property/Chroot.hs | |
| parent | 00cab6901feec708b69d4f0ac1a4d3d0ec7caa45 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/Chroot.hs')
| -rw-r--r-- | src/Propellor/Property/Chroot.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs index 9ce9ddaf..ba7bf96c 100644 --- a/src/Propellor/Property/Chroot.hs +++ b/src/Propellor/Property/Chroot.hs @@ -109,6 +109,7 @@ chain hostlist hn loc = case findHostNoAlias hostlist hn of where go h = do changeWorkingDirectory localdir + forceConsole onlyProcess (provisioningLock loc) $ do r <- runPropellor h $ ensureProperties $ hostProperties h putStrLn $ "\n" ++ show r |
