diff options
Diffstat (limited to 'files/lenny')
-rw-r--r-- | files/lenny/50unattended-upgrades | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/files/lenny/50unattended-upgrades b/files/lenny/50unattended-upgrades index 953edbf..d55bb29 100644 --- a/files/lenny/50unattended-upgrades +++ b/files/lenny/50unattended-upgrades @@ -1,9 +1,13 @@ // this file is managed by puppet ! Unattended-Upgrade::Allowed-Origins { - "Debian stable"; - "Debian-Security stable"; + "Debian oldstable"; + "Debian-Security oldstable"; }; +APT::Periodic::Update-Package-Lists "1"; +APT::Periodic::Download-Upgradeable-Packages "1"; +APT::Periodic::Unattended-Upgrade "1"; + Unattended-Upgrade::Mail "root"; |