diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-30 11:42:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-30 11:42:41 -0400 |
| commit | 5633d420ec883d3b46410a8e0bc52225905efd79 (patch) | |
| tree | 375c754dabb18f34d529bffe2a2ae64f3d501143 /src | |
| parent | 2f82a87fd7f411b9f619e048c1b9b54de6126987 (diff) | |
fix info propigation from chroot to systemd container
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Systemd.hs | 2 |
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. |
