propellor spin
This commit is contained in:
parent
d6faa5947f
commit
6dd22d3f26
|
@ -214,7 +214,12 @@ unattendedUpgrades = RevertableProperty enable disable
|
||||||
"/etc/apt/apt.conf.d/50unattended-upgrades"
|
"/etc/apt/apt.conf.d/50unattended-upgrades"
|
||||||
`File.containsLine`
|
`File.containsLine`
|
||||||
("Unattended-Upgrade::Origins-Pattern { \"o=Debian,a="++showSuite suite++"\"; };")
|
("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
|
-- | Preseeds debconf values and reconfigures the package so it takes
|
||||||
-- effect.
|
-- effect.
|
||||||
|
|
Loading…
Reference in New Issue