]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 f4d424c56385ed1a06d9430ec6f76501f06bc099..bc179b66aed96ea2acbbd9726deae4e5099da33d 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")
 %>