ignore bind stuff on geo servers as well
authorStephen Gran <steve@lobefin.net>
Sat, 14 Aug 2010 13:12:41 +0000 (14:12 +0100)
committerStephen Gran <steve@lobefin.net>
Sat, 14 Aug 2010 13:12:41 +0000 (14:12 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb

index df977b5..117cbf8 100644 (file)
@@ -22,7 +22,7 @@ when "zee.debian.org":                  ignore << %w{dpkg-dev dpkg}
 end
 
 case fqdn
-when /(draghi|orff|ravel|klecker).debian.org/: ignore << %w{libdns66 libdns64 bind9 libbind9-60 liblwres60 bind9-host libisccfg60 libisc60 dnsutils bind9utils libisccc60}
+when /(draghi|orff|ravel|klecker|geo[123]).debian.org/: ignore << %w{libdns66 libdns64 bind9 libbind9-60 liblwres60 bind9-host libisccfg60 libisc60 dnsutils bind9utils libisccc60}
 end
 ignore.flatten.join("\n")
 %>