summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.