]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
klecker gets new bind too
authorStephen Gran <steve@lobefin.net>
Mon, 5 Apr 2010 15:23:40 +0000 (16:23 +0100)
committerStephen Gran <steve@lobefin.net>
Mon, 5 Apr 2010 15:23:40 +0000 (16:23 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb

index 44c0dc89674412950ad843f94f52114465b02c29..a8d42ee09bf29526b072ddc5ef552a97787f0b4d 100644 (file)
@@ -19,7 +19,7 @@ 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}
+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")
 %>