aboutsummaryrefslogtreecommitdiff
path: root/files/lenny/50unattended-upgrades
diff options
context:
space:
mode:
Diffstat (limited to 'files/lenny/50unattended-upgrades')
-rw-r--r--files/lenny/50unattended-upgrades17
1 files changed, 10 insertions, 7 deletions
diff --git a/files/lenny/50unattended-upgrades b/files/lenny/50unattended-upgrades
index fbc95c0..d55bb29 100644
--- a/files/lenny/50unattended-upgrades
+++ b/files/lenny/50unattended-upgrades
@@ -1,10 +1,13 @@
-// allowed (origin, archive) pairs
+// this file is managed by puppet !
+
Unattended-Upgrade::Allowed-Origins {
- "Debian stable";
-// "Debian testing";
+ "Debian oldstable";
+ "Debian-Security oldstable";
};
-// never update the packages in this list
-Unattended-Upgrade::Package-Blacklist {
-// "vim";
-};
+APT::Periodic::Update-Package-Lists "1";
+APT::Periodic::Download-Upgradeable-Packages "1";
+APT::Periodic::Unattended-Upgrade "1";
+
+Unattended-Upgrade::Mail "root";
+