X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fnagios%2Ftemplates%2Fobsolete-packages-ignore.d-hostspecific.erb;h=5fe5f80272eb17d49abe32135f45361b73becab5;hb=4d66e9a53796fcbfd8a006bab04176650eab236b;hp=a9906f87e52144d66ec19b0f6e855f13e95a2e9d;hpb=4a5c6a4b4656f3c5d0b219ba357de87971e56c3c;p=dsa-puppet.git 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") %>