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-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";
+};