diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 14:24:14 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 14:24:14 -0300 | 
| commit | 61fac2f15df901b5a213352024dd63e67f18ab18 (patch) | |
| tree | 5d0e90ff3936cf47147cfa311621699532a35e21 | |
| parent | 57b9b61ad53ac5a94961c7bf034841d3ea001ae8 (diff) | |
| download | puppet-apt-61fac2f15df901b5a213352024dd63e67f18ab18.tar.gz puppet-apt-61fac2f15df901b5a213352024dd63e67f18ab18.tar.bz2  | |
Updating unattended-upgrades squeeze config as oldstable
| -rw-r--r-- | files/squeeze/50unattended-upgrades | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/files/squeeze/50unattended-upgrades b/files/squeeze/50unattended-upgrades index 6fef238..72df8f6 100644 --- a/files/squeeze/50unattended-upgrades +++ b/files/squeeze/50unattended-upgrades @@ -1,10 +1,9 @@  // this file is managed by puppet !  Unattended-Upgrade::Allowed-Origins { -        "o=Debian,a=oldstable"; -        "o=Debian,a=oldstable-updates"; -        "origin=Debian,archive=oldstable,label=Debian-Security"; -        "${distro_id} Backports:${distro_codename}-backports"; +	"Debian oldstable"; +	"Debian-Security oldstable"; +  "${distro_id} Backports:${distro_codename}-backports";  };  APT::Periodic::Update-Package-Lists "1";  | 
