]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
use oldstable for lenny, force unattended upgrades
authorvarac <varacanero@zeromail.org>
Sun, 16 Dec 2012 09:43:43 +0000 (10:43 +0100)
committervarac <varacanero@zeromail.org>
Sun, 16 Dec 2012 09:44:55 +0000 (10:44 +0100)
files/lenny/50unattended-upgrades

index 953edbf3e9b9cc51cbb3ed1b2504ab0d925efc69..d55bb29f0150ad428668f28003a6d5d3f429321a 100644 (file)
@@ -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";