From: Peter Palfrader Date: Sat, 11 Feb 2012 13:35:09 +0000 (+0100) Subject: ignore linux-headers-.* on arne X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5f642838ca520bc171f723cabfc776c16b96e9a5;p=mirror%2Fdsa-puppet.git ignore linux-headers-.* on arne --- diff --git a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb index 243fa4791..a1c2662d9 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -33,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