diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-25 19:53:23 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-25 19:53:23 -0300 | 
| commit | 57b9b61ad53ac5a94961c7bf034841d3ea001ae8 (patch) | |
| tree | 219418d4faa345a26178e17936a4d9c5fc42e5e2 | |
| parent | 4e047ea50c0acf7358dc7e683c3b089b80a27a8f (diff) | |
| download | puppet-apt-57b9b61ad53ac5a94961c7bf034841d3ea001ae8.tar.gz puppet-apt-57b9b61ad53ac5a94961c7bf034841d3ea001ae8.tar.bz2  | |
Updating unattended-upgrades squeeze config
| -rw-r--r-- | files/squeeze/50unattended-upgrades | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/files/squeeze/50unattended-upgrades b/files/squeeze/50unattended-upgrades index 0901ad3..6fef238 100644 --- a/files/squeeze/50unattended-upgrades +++ b/files/squeeze/50unattended-upgrades @@ -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}-updates"; +        "o=Debian,a=oldstable"; +        "o=Debian,a=oldstable-updates"; +        "origin=Debian,archive=oldstable,label=Debian-Security";          "${distro_id} Backports:${distro_codename}-backports";  };  | 
