From: Stephen Gran Date: Thu, 12 Jan 2012 05:21:49 +0000 (+0000) Subject: This is part two of d93775534f19bde42d75c6debe391cc701c54993 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=0a60b0b9b1594abaeb921164d51455f5b7328382;p=mirror%2Fdsa-puppet.git This is part two of d93775534f19bde42d75c6debe391cc701c54993 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 dd5ec584f..3a9425a1a 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -30,6 +30,9 @@ case fqdn when /geo[123].debian.org/: ignore << %w{geoip-database} end +if nodeinfo['ldap']['purpose'].include?('buildd') + ignore << %w{libsbuild-perl buildd-builder-meta} +end #case fqdn #when /(draghi|orff|ravel|klecker|geo[123]).debian.org/: ignore << %w{libdns69 libdns66 libdns64 bind9 libbind9-60 liblwres60 bind9-host libisccfg62 libisccfg60 libisc62 libisc60 dnsutils bind9utils libisccc60} #end