summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Docker.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2014-12-21 21:40:26 -0400
committerJoey Hess <joeyh@joeyh.name>2014-12-21 21:40:26 -0400
commit6d56dbd35ae10c3c51f14e441fd9f90a0c53c92f (patch)
tree7cd7ed5ac175282183e6466d354904420af18e16 /src/Propellor/Property/Docker.hs
parenta68bd830acfa90949462189e47783a4d257739bc (diff)
parentdc36a98fc159794395512ff2ae78eb8e0acb0ea5 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Docker.hs')
-rw-r--r--src/Propellor/Property/Docker.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs
index b48afbbb..02bda2e9 100644
--- a/src/Propellor/Property/Docker.hs
+++ b/src/Propellor/Property/Docker.hs
@@ -456,7 +456,8 @@ chain hostlist hn s = case toContainerId s of
go cid h = do
changeWorkingDirectory localdir
onlyProcess (provisioningLock cid) $ do
- r <- runPropellor h $ ensureProperties $ hostProperties h
+ r <- runPropellor h $ ensureProperties $
+ hostProperties h
putStrLn $ "\n" ++ show r
stopContainer :: ContainerId -> IO Bool