summaryrefslogtreecommitdiff
path: root/Propellor/Property/Docker.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 17:32:37 -0400
committerJoey Hess2014-04-01 17:32:37 -0400
commitb70422c8cfb082687eaa6d4051c27d430c24f36b (patch)
tree6d952c4101b1531435fe896e611b544f3a9a5962 /Propellor/Property/Docker.hs
parenta69b0a2cc89aa3e839e8abd2e4cec7a05d8d18cf (diff)
fix desc for combineProperties
Diffstat (limited to 'Propellor/Property/Docker.hs')
-rw-r--r--Propellor/Property/Docker.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs
index a8f302e5..a16784f7 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -266,7 +266,7 @@ inside1 :: Property -> Containerized Property
inside1 = Containerized []
inside :: [Property] -> Containerized Property
-inside = Containerized [] . combineProperties
+inside = Containerized [] . combineProperties "provision"
-- | Set custom dns server for container.
dns :: String -> Containerized Property