summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-12-16 10:43:43 +0100
committervarac <varacanero@zeromail.org>2012-12-16 10:44:55 +0100
commitf1f64edd890b410db3253276bfbe8426af6bbe1b (patch)
tree921019d6477a6a37b2c66805b7415ea1a41dbb08
parent2fa22c2268b34173ee39fcfd4525192fd8707ef2 (diff)
use oldstable for lenny, force unattended upgrades
-rw-r--r--files/lenny/50unattended-upgrades8
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";