]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb
decomission arne.debian.org
[dsa-puppet.git] / modules / nagios / templates / obsolete-packages-ignore.d-hostspecific.erb
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")
 %>