From 1f783394c0f3c7796161b7fce16d2523d26c355e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Apr 2014 15:59:48 -0400 Subject: propellor spin --- Propellor/Property/Docker.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Propellor') diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index 6be8c4e2..493fdf57 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -230,6 +230,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci if runningident == Just ident then return NoChange else do + print "stopping!" void $ stopContainer cid restartcontainer else ifM (elem cid <$> listContainers AllContainers) -- cgit v1.2.3