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