]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
decomission arne.debian.org
authorHéctor Orón Martínez <zumbi@debian.org>
Sat, 10 May 2014 10:50:49 +0000 (12:50 +0200)
committerHéctor Orón Martínez <zumbi@debian.org>
Sat, 10 May 2014 10:50:49 +0000 (12:50 +0200)
Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
modules/debian-org/misc/local.yaml
modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb

index ee22e4cd79cb6551cce0d5f46ee39a86f29714b8..902c5c227efeaafc1f933ac0d031eed1dffc07ca 100644 (file)
@@ -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
index a9906f87e52144d66ec19b0f6e855f13e95a2e9d..5fe5f80272eb17d49abe32135f45361b73becab5 100644 (file)
@@ -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")
 %>