From 5a04a37a4239c99b7367f796acee0ba6f1216879 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 27 Mar 2016 16:36:05 -0400 Subject: ported Systemd added mising method in docker --- src/Propellor/Property/Docker.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property/Docker.hs') diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs index 041e1987..3cb91fd4 100644 --- a/src/Propellor/Property/Docker.hs +++ b/src/Propellor/Property/Docker.hs @@ -93,6 +93,7 @@ data Container = Container Image Host instance IsContainer Container where containerProperties (Container _ h) = containerProperties h containerInfo (Container _ h) = containerInfo h + setContainerProperties (Container i h) ps = Container i (setContainerProperties h ps) class HasImage a where getImageName :: a -> Image -- cgit v1.2.3