add ignores for bind9.7 on nameservers
authorStephen Gran <steve@lobefin.net>
Sun, 4 Apr 2010 13:07:19 +0000 (14:07 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 4 Apr 2010 13:07:19 +0000 (14:07 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb

index f4d424c..bc179b6 100644 (file)
@@ -18,5 +18,8 @@ when "powell.debian.org":             ignore << %w{e2fslibs e2fsprogs libblkid1
 when "zee.debian.org":                ignore << %w{dpkg-dev dpkg}
 end
 
+case fqdn
+when /(draghi|orff|ravel)/.debian.org: ignore << %w{libdns64 bind9 libbind9-60 liblwres60 bind9-host libisccfg60 libisc60 dnsutils bind9utils libisccc60}
+end
 ignore.flatten.join("\n")
 %>