add ignores for bind9.7 on nameservers
[mirror/dsa-puppet.git] / 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")
 %>