From 992b442ee0b488931575b18d5fb24f5a52b5e653 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 26 May 2013 14:39:04 -0300 Subject: Removing old unattended-upgrades' configs --- files/lucid/50unattended-upgrades | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 files/lucid/50unattended-upgrades (limited to 'files/lucid/50unattended-upgrades') diff --git a/files/lucid/50unattended-upgrades b/files/lucid/50unattended-upgrades deleted file mode 100644 index 9c22a64..0000000 --- a/files/lucid/50unattended-upgrades +++ /dev/null @@ -1,34 +0,0 @@ -// this file is managed by puppet ! -// -//See https://wiki.ubuntu.com/AutomaticUpdates for more details about this feature. - -// allowed (origin, archive) pairs -Unattended-Upgrade::Allowed-Origins { - "Ubuntu lucid-security"; - "Ubuntu lucid-updates"; -}; - -APT::Periodic::Update-Package-Lists "1"; -APT::Periodic::Unattended-Upgrade "1"; -Unattended-Upgrade::Mail "root"; -Unattended-Upgrade::MailOnlyOnError "true"; - -APT::UnattendedUpgrades::LogDir "/var/log/"; -APT::UnattendedUpgrades::LogFile "unattended_upgrades.log"; - -Unattended-Upgrade::Package-Blacklist { - // we don't want the kernel to be updated so nagios still can give a warning if there is - // a manual update (and reboot) left - - "linux-image-*"; - - // unfortunately there seems to be a bug in unattended-upgrades <= 0.62 that wildcards aren't recognized: - //2009-12-11 13:41:43,267 INFO Initial blacklisted packages: linux-image-* - //2009-12-11 13:41:43,267 INFO Starting unattended upgrades script - //2009-12-11 13:41:43,267 INFO Allowed origins are: ["['Debian', 'stable']", "['Debian-Security', 'stable']"] - //2009-12-11 13:41:45,233 INFO Packages that are upgraded: linux-image-2.6.26-2-amd64 - //2009-12-11 13:41:45,233 INFO Writing dpkg log to '/var/log/unattended-upgrades-dpkg_2009-12-11_13:41:45.233713.log' - //2009-12-11 13:42:11,988 INFO All upgrades installed - -}; - -- cgit v1.2.3