From: Stephen Gran Date: Sun, 4 Apr 2010 13:07:19 +0000 (+0100) Subject: add ignores for bind9.7 on nameservers X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=702cc58597e40eddea72dee30810cb253606a978;p=dsa-puppet.git add ignores for bind9.7 on nameservers Signed-off-by: Stephen Gran --- diff --git a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb index f4d424c5..bc179b66 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -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") %>