aboutsummaryrefslogtreecommitdiff
path: root/files/Debian/50unattended-upgrades.wheezy
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-04-14 14:54:10 +0200
committervarac <varacanero@zeromail.org>2013-04-14 14:54:10 +0200
commit355372f31cc93ea975c89dc2977d942ee048fe9d (patch)
tree3b8b523869861fe40c12ed7f72faa2159681740f /files/Debian/50unattended-upgrades.wheezy
parent07c8041b75b1a8b7c1986885690423792576d8cd (diff)
downloadpuppet-apt-355372f31cc93ea975c89dc2977d942ee048fe9d.tar.gz
puppet-apt-355372f31cc93ea975c89dc2977d942ee048fe9d.tar.bz2
using distribution sprecific files again
Diffstat (limited to 'files/Debian/50unattended-upgrades.wheezy')
-rw-r--r--files/Debian/50unattended-upgrades.wheezy14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/Debian/50unattended-upgrades.wheezy b/files/Debian/50unattended-upgrades.wheezy
new file mode 100644
index 0000000..4463406
--- /dev/null
+++ b/files/Debian/50unattended-upgrades.wheezy
@@ -0,0 +1,14 @@
+// this file is managed by puppet !
+
+Unattended-Upgrade::Allowed-Origins {
+ "${distro_id}:testing";
+ "${distro_id}:${distro_codename}-security";
+ "${distro_id}:${distro_codename}-updates";
+ "${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";