summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor')
-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 5d597ac6..42025912 100644
--- a/src/Propellor/Property/Systemd.hs
+++ b/src/Propellor/Property/Systemd.hs
@@ -210,7 +210,7 @@ machined = installeddebian `pickOS` assumeinstalled
case o of
-- Split into separate debian package since systemd 225.
(Just (System (Debian _ suite) _))
- | not (isStable suite) || suite == (Stable "stretch") ->
+ | not (isStable suite) || suite /= (Stable "jessie") ->
ensureProperty w $ Apt.installed ["systemd-container"]
_ -> noChange
assumeinstalled :: Property Linux