From d194765e10eae7769210f1b1a19c08835d555fed Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 21 Dec 2014 21:14:11 -0400 Subject: propellor spin --- src/Propellor/Property/Docker.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Propellor/Property/Docker.hs') diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs index b48afbbb..7a066037 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 $ ensurePropertiesWith ensureProperty' $ + hostProperties h putStrLn $ "\n" ++ show r stopContainer :: ContainerId -> IO Bool -- cgit v1.3-2-g0d8e