diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-18 14:18:33 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-18 14:18:33 -0400 |
| commit | ed6457f7fb381e47426a023ef4e0c474bdab4b6b (patch) | |
| tree | 06f5820b34509bd17349d57b73cd6ad8e56be7e7 /src | |
| parent | 79bc355adc30f02a72a7df0cfbcb178bf85c8432 (diff) | |
| parent | dcf6b88f4638d91d01005b819e92cc4ffccb5f46 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Apt.hs | 2 |
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 |
