aboutsummaryrefslogtreecommitdiff
path: root/files/Debian/50unattended-upgrades
diff options
context:
space:
mode:
Diffstat (limited to 'files/Debian/50unattended-upgrades')
-rw-r--r--files/Debian/50unattended-upgrades13
1 files changed, 13 insertions, 0 deletions
diff --git a/files/Debian/50unattended-upgrades b/files/Debian/50unattended-upgrades
new file mode 100644
index 0000000..72df8f6
--- /dev/null
+++ b/files/Debian/50unattended-upgrades
@@ -0,0 +1,13 @@
+// this file is managed by puppet !
+
+Unattended-Upgrade::Allowed-Origins {
+ "Debian oldstable";
+ "Debian-Security oldstable";
+ "${distro_id} Backports:${distro_codename}-backports";
+};
+
+APT::Periodic::Update-Package-Lists "1";
+APT::Periodic::Download-Upgradeable-Packages "1";
+APT::Periodic::Unattended-Upgrade "1";
+
+Unattended-Upgrade::Mail "root";