diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-18 14:14:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-18 14:14:21 -0400 |
| commit | 6c96481dd39d1e0fbcef8dd68300a66e13db9ed9 (patch) | |
| tree | 81b8c2a296dcaaa0e2cd43ece365cbf39c957e1c /src/Propellor/Property/Systemd.hs | |
| parent | f6e352767eaf236acb929a9793dee28eb4897baa (diff) | |
| parent | 2ad09b34ecec5a643a4a08c88a0a1cc7703094e3 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Systemd.hs')
| -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 a93c48bc..0ec0697e 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -216,7 +216,7 @@ nspawned c@(Container name (Chroot.Chroot loc system builderconf _) h) = -- Chroot provisioning is run in systemd-only mode, -- which sets up the chroot and ensures systemd and dbus are -- installed, but does not handle the other provisions. - chrootprovisioned = Chroot.provisioned' (Chroot.propigateChrootInfo chroot) chroot True + chrootprovisioned = Chroot.provisioned' (Chroot.propagateChrootInfo chroot) chroot True -- Use nsenter to enter container and and run propellor to -- finish provisioning. |
