X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Ftemplates%2Fobsolete-packages-ignore.d-hostspecific.erb;h=a1c2662d9a996f53ac0441fea8db85b7f058fe24;hb=5bc389db7822efc4a16355a7f747774ae0999395;hp=eb110b74e09744251480a7b9496aef275c8c50c4;hpb=f6640224069eabc58545a9e88bd2dd2d39db6672;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 eb110b74e..a1c2662d9 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -23,6 +23,7 @@ when "zee.debian.org": ignore << %w{dpkg-dev dpkg} when /(abel|arnold|alain|alwyn|antheil|arne).debian.org/: ignore << %w{flash-kernel linux-firmware-image} when /(harris|hoiby).debian.org/: ignore << %w{flash-kernel puppet puppet-common kernel linux-firmware-image} when /(hartmann|hasse|hebden|henze).debian.org/: ignore << %w{flash-kernel puppet puppet-common kernel linux-firmware-image schroot schroot-common} +when /(parry|partch|piston).debian.org/: ignore << "yaboot" when "grieg.debian.org": ignore << %w{dpkg} when "blavet.debian.org": ignore << %w{dpkg-dev libdpkg-perl dpkg} @@ -32,6 +33,9 @@ case fqdn when /geo[123].debian.org/: ignore << %w{geoip-database} end +if fqdn == "arne.debian.org" + ignore << %w{/linux-headers-.*/} +end #case fqdn #when /(draghi|orff|ravel|klecker|geo[123]).debian.org/: ignore << %w{libdns69 libdns66 libdns64 bind9 libbind9-60 liblwres60 bind9-host libisccfg62 libisccfg60 libisc62 libisc60 dnsutils bind9utils libisccc60} #end