diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-18 13:45:50 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-18 13:45:50 -0400 |
| commit | 79bc355adc30f02a72a7df0cfbcb178bf85c8432 (patch) | |
| tree | 02e59754775e06f13b90c721031c31d0d7f33ed2 /src/Propellor/Property | |
| parent | 827140b87bc0c9f50c584d2be6036dd0ee6dcbfb (diff) | |
| parent | 14c758970d8bfef64d8c166f471c603fbc72ea2b (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property')
| -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 7329c7a8..b673563d 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` - ("\t\"o=Debian,a="++showSuite suite++"\";") + ("Unattended-Upgrade::Origins-Pattern { \"o=Debian,a="++suite++"\"; };") _ -> noChange -- | Preseeds debconf values and reconfigures the package so it takes |
