X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Ftemplates%2Fobsolete-packages-ignore.d-hostspecific.erb;h=bf6943b2ab68558ec49c6cdc823fd9dac84ff94e;hb=117fa1ae0757bdc7867aaa0cdc98549109c22ce3;hp=196f1833d9eb538bce34a22c0d7d77740e417efb;hpb=2ba026766b02ceea98285b507b303ba3cd0f080f;p=mirror%2Fdsa-puppet.git diff --git a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb index 196f1833d..bf6943b2a 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -3,4 +3,18 @@ ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git ## -# this fine intentially kept empty +<%= +ignore = [] +case fqdn +when /(bellini|cimarosa).debian.org/: ignore << "mcelog" +when /draghi.debian.org/: ignore << "userdir-ldap" +when /geo[123].debian.org/: ignore << %w{geoip-database libgeoip1 geoip-bin} +when /liszt.debian.org/: ignore << "amavisd-new" +when /stabile.debian.org/: ignore << "xfsprogs" +when /(zandonai|zelenka).debian.org/: ignore << %w{zabbix-agent rrdcollect} +when /(dijkstra|unger|luchesi|schumann).debian.org/: ignore << "qemu-kvm" +when "powell.debian.org": ignore << %w{e2fslibs e2fsprogs libblkid1 libcomerr2 libss2 libuuid1 uuid-runtime} +end + +ignore.flatten.join("\n") +%>