diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index 69144d7..f5dd74b 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -214,7 +214,12 @@ unattendedUpgrades = RevertableProperty enable disable "/etc/apt/apt.conf.d/50unattended-upgrades" `File.containsLine` ("Unattended-Upgrade::Origins-Pattern { \"o=Debian,a="++showSuite suite++"\"; };") - _ -> noChange + | otherwise -> do + liftIO $ print ("xxx ", suite) + noChange + _ -> do + liftIO $ print "xxx" + noChange -- | Preseeds debconf values and reconfigures the package so it takes -- effect.