From 6dd22d3f26c348ca15bc37113686ba3e22292454 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Jun 2014 16:39:35 -0400 Subject: propellor spin --- src/Propellor/Property/Apt.hs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index 69144d72..f5dd74b5 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. -- cgit v1.2.3