diff options
| author | Félix Sipma <felix.sipma@no-log.org> | 2016-05-29 18:26:31 +0200 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-13 23:27:14 -0400 |
| commit | 9c0a95160a5460e8cbe4454ce7a7c9df1217e5e5 (patch) | |
| tree | 82f85300c9bb5660bc15410e40c383999a4d299f /src/Propellor/Property/Systemd.hs | |
| parent | 087ccaa8fff0efc52c29fe9a92773a1d991dbe4c (diff) | |
add DebianKernel datatype
(cherry picked from commit 3590a1241580ddcdd153e2619a3c02ce18a8db8c
but without the changes to src/Propellor/Precompiled.hs)
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 dd7dfe05..78529f73 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -204,7 +204,7 @@ machined :: Property Linux machined = withOS "machined installed" $ \w o -> case o of -- Split into separate debian package since systemd 225. - (Just (System (Debian suite) _)) + (Just (System (Debian _ suite) _)) | not (isStable suite) -> ensureProperty w $ Apt.installed ["systemd-container"] _ -> noChange |
