diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 14:39:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 14:39:41 -0300 |
commit | 536381d500803d01c469e81525b34843594f35e2 (patch) | |
tree | 701161a2176a214d7b081561a36b6b732f55a525 /files | |
parent | 992b442ee0b488931575b18d5fb24f5a52b5e653 (diff) | |
download | puppet-apt-536381d500803d01c469e81525b34843594f35e2.tar.gz puppet-apt-536381d500803d01c469e81525b34843594f35e2.tar.bz2 |
Updating unattended-upgrades squeeze config as oldstable (2)
Diffstat (limited to 'files')
-rw-r--r-- | files/Debian/50unattended-upgrades.squeeze | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/Debian/50unattended-upgrades.squeeze b/files/Debian/50unattended-upgrades.squeeze index 38da1f4..8f4a926 100644 --- a/files/Debian/50unattended-upgrades.squeeze +++ b/files/Debian/50unattended-upgrades.squeeze @@ -1,9 +1,9 @@ // this file is managed by puppet ! Unattended-Upgrade::Allowed-Origins { - "${distro_id} stable"; - "${distro_id} ${distro_codename}-security"; - "${distro_id} ${distro_codename}-backports"; + "Debian oldstable"; + "Debian-Security oldstable"; + "${distro_id} ${distro_codename}-backports"; }; APT::Periodic::Update-Package-Lists "1"; |