summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Apt.hs
diff options
context:
space:
mode:
authorJoey Hess2014-05-18 14:18:31 -0400
committerJoey Hess2014-05-18 14:18:31 -0400
commitdcf6b88f4638d91d01005b819e92cc4ffccb5f46 (patch)
treee09b2fa89e3ed1d4cdc5989091a4732f16bc47bb /src/Propellor/Property/Apt.hs
parent14c758970d8bfef64d8c166f471c603fbc72ea2b (diff)
really fix use of suite
Diffstat (limited to 'src/Propellor/Property/Apt.hs')
-rw-r--r--src/Propellor/Property/Apt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs
index b673563d..d3f47a80 100644
--- a/src/Propellor/Property/Apt.hs
+++ b/src/Propellor/Property/Apt.hs
@@ -213,7 +213,7 @@ unattendedUpgrades = RevertableProperty enable disable
| not (isStable suite) -> ensureProperty $
"/etc/apt/apt.conf.d/50unattended-upgrades"
`File.containsLine`
- ("Unattended-Upgrade::Origins-Pattern { \"o=Debian,a="++suite++"\"; };")
+ ("Unattended-Upgrade::Origins-Pattern { \"o=Debian,a="++showSuite suite++"\"; };")
_ -> noChange
-- | Preseeds debconf values and reconfigures the package so it takes