aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-03-21 13:01:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-03-21 13:01:39 -0300
commit4d1c39a75ac371b0acd05207438e3ef20fe261fb (patch)
treec6b6427aad2385fe70f9d4da0765d2d91fb9c6d7 /files
parentc6f3ca00395aaae6527e0d7149212e4816a36be1 (diff)
downloadpuppet-apt-4d1c39a75ac371b0acd05207438e3ef20fe261fb.tar.gz
puppet-apt-4d1c39a75ac371b0acd05207438e3ef20fe261fb.tar.bz2
Enable Unattended-Upgrade::MailOnlyOnError also for lucid (Closes Redmine#3740).
Diffstat (limited to 'files')
-rw-r--r--files/lucid/50unattended-upgrades1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/lucid/50unattended-upgrades b/files/lucid/50unattended-upgrades
index d8744fa..9c22a64 100644
--- a/files/lucid/50unattended-upgrades
+++ b/files/lucid/50unattended-upgrades
@@ -11,6 +11,7 @@ Unattended-Upgrade::Allowed-Origins {
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";
Unattended-Upgrade::Mail "root";
+Unattended-Upgrade::MailOnlyOnError "true";
APT::UnattendedUpgrades::LogDir "/var/log/";
APT::UnattendedUpgrades::LogFile "unattended_upgrades.log";