diff options
author | Gabriel Filion <gabster@lelutin.ca> | 2013-05-31 10:56:23 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-25 15:58:48 -0400 |
commit | 2e3c8fe71cec14411ccee2736f342440a7fedb92 (patch) | |
tree | d4000272d128d5a3c98bc643cfd615a86f4b979e | |
parent | 4b2e554f8f3a84433e71955664a71ae8123c0543 (diff) | |
download | puppet-apt-2e3c8fe71cec14411ccee2736f342440a7fedb92.tar.gz puppet-apt-2e3c8fe71cec14411ccee2736f342440a7fedb92.tar.bz2 |
Regression: lost MailOnlyOnError for unattended-upgrades
Since only wheezy supports it, let's add it back only for wheezy.
Signed-off-by: Gabriel Filion <gabster@lelutin.ca>
-rw-r--r-- | files/Debian/50unattended-upgrades.wheezy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/Debian/50unattended-upgrades.wheezy b/files/Debian/50unattended-upgrades.wheezy index 0901ad3..e787bf5 100644 --- a/files/Debian/50unattended-upgrades.wheezy +++ b/files/Debian/50unattended-upgrades.wheezy @@ -12,3 +12,4 @@ APT::Periodic::Download-Upgradeable-Packages "1"; APT::Periodic::Unattended-Upgrade "1"; Unattended-Upgrade::Mail "root"; +Unattended-Upgrade::MailOnlyOnError "true"; |