From 5633d420ec883d3b46410a8e0bc52225905efd79 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 30 Mar 2016 11:42:41 -0400 Subject: fix info propigation from chroot to systemd container --- src/Propellor/Property/Systemd.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3