From: Silvio Rhatto Date: Sun, 26 May 2013 17:24:14 +0000 (-0300) Subject: Updating unattended-upgrades squeeze config as oldstable X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=61fac2f15df901b5a213352024dd63e67f18ab18;p=puppet-apt.git Updating unattended-upgrades squeeze config as oldstable --- 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";