From: Stephen Gran Date: Sat, 14 Aug 2010 12:35:00 +0000 (+0100) Subject: libdns66 can be ignored as well - pesky sonames X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c6dc0370153b53656863ffbea8673d09f278bd82;hp=3d700b5d64e2518080c3b4d25be26b4158f1fc0b;p=mirror%2Fdsa-puppet.git libdns66 can be ignored as well - pesky sonames 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 854d3f55d..df977b594 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -22,7 +22,7 @@ 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} +when /(draghi|orff|ravel|klecker).debian.org/: ignore << %w{libdns66 libdns64 bind9 libbind9-60 liblwres60 bind9-host libisccfg60 libisc60 dnsutils bind9utils libisccc60} end ignore.flatten.join("\n") %>