X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Ftemplates%2Fobsolete-packages-ignore.d-hostspecific.erb;h=5fe5f80272eb17d49abe32135f45361b73becab5;hb=3c45e75a007d6558427e6dab6f9ae1a9334585bb;hp=f19fb1fd2404d0063a807968f0ab3e8360136560;hpb=03f5b285e5c610c55074a1995cfaeb8396f0bca1;p=mirror%2Fdsa-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 f19fb1fd2..5fe5f8027 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -6,7 +6,6 @@ <%= ignore = [] case fqdn -when "cilea.debian.org" then ignore << "/freeswitch.*/" when /draghi.debian.org/ then ignore << %w{userdir-ldap userdir-ldap-cgi libheimdal-kadm5-perl django-ldapdb ud python-cdb python-nameparser} when /orff.debian.org/ then ignore << %w{libnet-dns-sec-perl libnet-dns-zone-parser-perl} when /(zandonai|zelenka).debian.org/ then ignore << %w{samhain zabbix-agent rrdcollect} @@ -14,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" @@ -34,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") %>