From 9a3068016feffa328bf6e0f265e316eb813b7ee8 Mon Sep 17 00:00:00 2001 From: varac Date: Sun, 14 Apr 2013 14:54:10 +0200 Subject: using distribution sprecific files again --- files/Debian/50unattended-upgrades.squeeze | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 files/Debian/50unattended-upgrades.squeeze (limited to 'files/Debian/50unattended-upgrades.squeeze') diff --git a/files/Debian/50unattended-upgrades.squeeze b/files/Debian/50unattended-upgrades.squeeze new file mode 100644 index 0000000..38da1f4 --- /dev/null +++ b/files/Debian/50unattended-upgrades.squeeze @@ -0,0 +1,13 @@ +// this file is managed by puppet ! + +Unattended-Upgrade::Allowed-Origins { + "${distro_id} stable"; + "${distro_id} ${distro_codename}-security"; + "${distro_id} ${distro_codename}-backports"; +}; + +APT::Periodic::Update-Package-Lists "1"; +APT::Periodic::Download-Upgradeable-Packages "1"; +APT::Periodic::Unattended-Upgrade "1"; + +Unattended-Upgrade::Mail "root"; -- cgit v1.2.3 From b45052b227b01c955226362ffd9deda9d2bb4103 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 26 May 2013 14:39:41 -0300 Subject: Updating unattended-upgrades squeeze config as oldstable (2) --- files/Debian/50unattended-upgrades.squeeze | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/Debian/50unattended-upgrades.squeeze') 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"; -- cgit v1.2.3