diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-03-21 12:46:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-03-21 12:46:05 -0300 |
commit | c6f3ca00395aaae6527e0d7149212e4816a36be1 (patch) | |
tree | a60ceed203557272f9c01cec4c0a085f559845ef /files | |
parent | c967da9a93ec930faa85db1345e37b6135cddcf8 (diff) | |
parent | 66433e665e611f305b0f65c61558a0ec8232da00 (diff) | |
download | puppet-apt-c6f3ca00395aaae6527e0d7149212e4816a36be1.tar.gz puppet-apt-c6f3ca00395aaae6527e0d7149212e4816a36be1.tar.bz2 |
Merge branch 'master' of git://labs.riseup.net/shared-apt
Diffstat (limited to 'files')
-rw-r--r-- | files/50unattended-upgrades | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/50unattended-upgrades b/files/50unattended-upgrades index fbab858..46fc0dc 100644 --- a/files/50unattended-upgrades +++ b/files/50unattended-upgrades @@ -12,6 +12,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"; |