klecker gets new bind too
[mirror/dsa-puppet.git] / modules / nagios / templates / obsolete-packages-ignore.d-hostspecific.erb
index f4d424c..a8d42ee 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|klecker).debian.org/: ignore << %w{libdns64 bind9 libbind9-60 liblwres60 bind9-host libisccfg60 libisc60 dnsutils bind9utils libisccc60}
+end
 ignore.flatten.join("\n")
 %>