aboutsummaryrefslogtreecommitdiff
path: root/files/Debian/50unattended-upgrades
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2015-02-28 12:34:54 +0000
committerintrigeri <intrigeri@boum.org>2015-02-28 12:34:54 +0000
commit31f8661eea49b05f32ccca4ad3d628548ba54b77 (patch)
tree93020168f8979b317c3a7c93e2b8ec154078385a /files/Debian/50unattended-upgrades
parent7c55bee06ab952c914b3a367f495e36a2539807f (diff)
parent8ed07cac2f084bfe542f4978daa783aedd7e79b4 (diff)
downloadpuppet-apt-31f8661eea49b05f32ccca4ad3d628548ba54b77.tar.gz
puppet-apt-31f8661eea49b05f32ccca4ad3d628548ba54b77.tar.bz2
Merge branch 'master' into 'master'
Merge with cmaisonnneuve and immerda See merge request !4
Diffstat (limited to 'files/Debian/50unattended-upgrades')
-rw-r--r--files/Debian/50unattended-upgrades6
1 files changed, 2 insertions, 4 deletions
diff --git a/files/Debian/50unattended-upgrades b/files/Debian/50unattended-upgrades
index 88f4ab8..075f680 100644
--- a/files/Debian/50unattended-upgrades
+++ b/files/Debian/50unattended-upgrades
@@ -1,10 +1,8 @@
// this file is managed by puppet !
Unattended-Upgrade::Origins-Pattern {
-// "o=Debian,n=${distro-codename}";
-// "o=Debian,n=${distro-codename}-updates";
-// "o=Debian,n=${distro_codename}-proposed-updates";
- "o=Debian,n=${distro_codename},l=Debian-Security";
+ "o=Debian,a=oldstable,l=Debian-Security";
+ "o=Debian,a=stable,l=Debian-Security";
}
APT::Periodic::Update-Package-Lists "1";