]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 243fa4791d89251f34b6c03dc18c72c42cacbefb..a1c2662d9a996f53ac0441fea8db85b7f058fe24 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