diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-05 16:52:41 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-05 16:52:41 -0400 |
| commit | dbffd982bac47cebd3fc67e51b46182f7e43392d (patch) | |
| tree | 8a89dfc858b449a21980962415c2dbdb50416dba /src/Propellor/Property/Apt.hs | |
| parent | a2db41b4e8b6ef79f9db2a78b936e4c5e1d6f928 (diff) | |
fix os attribute
Diffstat (limited to 'src/Propellor/Property/Apt.hs')
| -rw-r--r-- | src/Propellor/Property/Apt.hs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index f5dd74b5..69144d72 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -214,12 +214,7 @@ unattendedUpgrades = RevertableProperty enable disable "/etc/apt/apt.conf.d/50unattended-upgrades" `File.containsLine` ("Unattended-Upgrade::Origins-Pattern { \"o=Debian,a="++showSuite suite++"\"; };") - | otherwise -> do - liftIO $ print ("xxx ", suite) - noChange - _ -> do - liftIO $ print "xxx" - noChange + _ -> noChange -- | Preseeds debconf values and reconfigures the package so it takes -- effect. |
