ignore linux-headers-.* on arne
authorPeter Palfrader <peter@palfrader.org>
Sat, 11 Feb 2012 13:35:09 +0000 (14:35 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sat, 11 Feb 2012 13:35:09 +0000 (14:35 +0100)
modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb

index 243fa47..a1c2662 100644 (file)
@@ -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