summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Systemd.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-30 11:42:41 -0400
committerJoey Hess2016-03-30 11:42:41 -0400
commit5633d420ec883d3b46410a8e0bc52225905efd79 (patch)
tree375c754dabb18f34d529bffe2a2ae64f3d501143 /src/Propellor/Property/Systemd.hs
parent2f82a87fd7f411b9f619e048c1b9b54de6126987 (diff)
fix info propigation from chroot to systemd container
Diffstat (limited to 'src/Propellor/Property/Systemd.hs')
-rw-r--r--src/Propellor/Property/Systemd.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs
index 1e0c3f86..e5441817 100644
--- a/src/Propellor/Property/Systemd.hs
+++ b/src/Propellor/Property/Systemd.hs
@@ -201,7 +201,7 @@ container name mkchroot =
&^ linkJournal
where
chroot = mkchroot (containerDir name)
- h = host name (containerProps chroot)
+ h = Host name (containerProperties chroot) (containerInfo chroot)
-- | Defines a container with a given machine name, with the chroot
-- created using debootstrap.