aboutsummaryrefslogtreecommitdiff
path: root/files/lenny/50unattended-upgrades
diff options
context:
space:
mode:
authornadir <nadir-technik@nadir.org>2012-11-12 23:27:04 +0100
committernadir <nadir-technik@nadir.org>2012-11-12 23:27:04 +0100
commite890284b7ac93c485463aec24c248c145631c3aa (patch)
treed5678543b868a7700b60e910e1fe112964a2df8d /files/lenny/50unattended-upgrades
parent9ab1f33798e2195755584f53a1d0374be9f6ee39 (diff)
downloadpuppet-apt-e890284b7ac93c485463aec24c248c145631c3aa.tar.gz
puppet-apt-e890284b7ac93c485463aec24c248c145631c3aa.tar.bz2
added release-specific config files for unattended upgrades
Diffstat (limited to 'files/lenny/50unattended-upgrades')
-rw-r--r--files/lenny/50unattended-upgrades10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/lenny/50unattended-upgrades b/files/lenny/50unattended-upgrades
new file mode 100644
index 0000000..fbc95c0
--- /dev/null
+++ b/files/lenny/50unattended-upgrades
@@ -0,0 +1,10 @@
+// allowed (origin, archive) pairs
+Unattended-Upgrade::Allowed-Origins {
+ "Debian stable";
+// "Debian testing";
+};
+
+// never update the packages in this list
+Unattended-Upgrade::Package-Blacklist {
+// "vim";
+};