summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Systemd.hs
diff options
context:
space:
mode:
authorJoey Hess2019-07-02 00:45:57 -0400
committerJoey Hess2019-07-02 00:45:57 -0400
commit7ac0fbfa247ca153a6187c47dde9fc3a94c9cdb5 (patch)
treecc69e43ade9ca443d9161c764e640a2b8e9cb30f /src/Propellor/Property/Systemd.hs
parentd8ba8acbc58498641b729d7068d9e0b6c93c890b (diff)
parent9241f54cf269e7ce3c9897ff66a9bfa2eb1ab64b (diff)
Merge branch 'joeyconfig' into custom-error-types
Diffstat (limited to 'src/Propellor/Property/Systemd.hs')
-rw-r--r--src/Propellor/Property/Systemd.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs
index 5d597ac6..bfc0f9a5 100644
--- a/src/Propellor/Property/Systemd.hs
+++ b/src/Propellor/Property/Systemd.hs
@@ -391,7 +391,6 @@ mungename = replace "/" "_"
containerCfg :: String -> RevertableProperty (HasInfo + Linux) (HasInfo + Linux)
containerCfg p = RevertableProperty (mk True) (mk False)
where
- mk :: Bool -> Property (HasInfo + Linux)
mk b = tightenTargets $
pureInfoProperty desc $
mempty { _chrootCfg = SystemdNspawnCfg [(p', b)] }