From: Héctor Orón Martínez Date: Sat, 10 May 2014 10:50:49 +0000 (+0200) Subject: decomission arne.debian.org X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=4d66e9a53796fcbfd8a006bab04176650eab236b decomission arne.debian.org Signed-off-by: Héctor Orón Martínez --- diff --git a/modules/debian-org/misc/local.yaml b/modules/debian-org/misc/local.yaml index ee22e4cd..902c5c22 100644 --- a/modules/debian-org/misc/local.yaml +++ b/modules/debian-org/misc/local.yaml @@ -6,7 +6,6 @@ nameinfo: ancina.debian.org: Giovanni Giovenale Ancina (October 19th, 1545 - August 30th, 1604) antheil.debian.org: George Antheil (1900 - 1959) arcadelt.debian.org: Jacques Arcadelt (also Jacob Arcadelt) (?1507 - October 14th, 1568) - arne.debian.org: Thomas Augustine Arne (1710 - 1778) arnold.debian.org: Malcolm Henry Arnold (1921 - 2006) babin.debian.org: Stanley Babin (1932 - 2010) barber.debian.org: Samuel Barber (March 9th, 1910 - January 23rd, 1981) @@ -220,7 +219,6 @@ host_settings: - ancina.debian.org - antheil.debian.org - arcadelt.debian.org - - arne.debian.org - arnold.debian.org - babin.debian.org - ball.debian.org @@ -266,7 +264,6 @@ host_settings: - alwyn.debian.org - ancina.debian.org - antheil.debian.org - - arne.debian.org - arnold.debian.org - ball.debian.org - harris.debian.org diff --git a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb index a9906f87..5fe5f802 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -13,7 +13,7 @@ when /zappa.debian.org/ then ignore << %w{samh when /(mayer|corelli).debian.org/ then ignore << "linux-base" when /(alkman|caballero|merulo|mundy|zani).debian.org/ then ignore << "samhain" when "franck.debian.org" then ignore << %w{python-apt} -when /(abel|arnold|alwyn|antheil|arne).debian.org/ then ignore << %w{flash-kernel linux-firmware-image} +when /(abel|arnold|alwyn|antheil).debian.org/ then ignore << %w{flash-kernel linux-firmware-image} when /harris.debian.org/ then ignore << %w{flash-kernel kernel linux-firmware-image} when /(hasse|henze|howells|hummel|hoiby).debian.org/ then ignore << %w{flash-kernel kernel linux-firmware-image} when /(parry|partch).debian.org/ then ignore << "yaboot" @@ -33,9 +33,5 @@ case fqdn when /geo[123].debian.org/ then ignore << %w{geoip-database} end -if fqdn == "arne.debian.org" - ignore << %w{/linux-headers-.*/} -end - ignore.flatten.join("\n") %>