summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 12:42:24 -0400
committerJoey Hess2014-04-01 12:42:24 -0400
commit1af0cb35b691598b718a10c3de1b61692d4aafd6 (patch)
treec009bdfc8e1f25284e27a3301f4ce36284ff86f3 /Propellor/Property
parent2fd17d628c380059f2f4c9faab1de413b99e8716 (diff)
tweak
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/Docker.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs
index 3e19db4f..dd4f1924 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -61,8 +61,8 @@ fromContainerId (ContainerId hn cn) = cn++"@"++hn
data Container = Container Image [Containerized Property]
-containerFromImage :: Image -> [Containerized Property] -> Container
-containerFromImage = Container
+containerFrom :: Image -> [Containerized Property] -> Container
+containerFrom = Container
containerProperties
:: (HostName -> ContainerName -> Maybe (Container))