X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Ftemplates%2Fobsolete-packages-ignore.d-hostspecific.erb;h=305747569083cd1654a028d0a2c8dc7d45e0c741;hb=becd323aa1041d27964691f7ef4658c88e3da68a;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..305747569 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -3,4 +3,17 @@ ## 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 /draghi.debian.org/ then ignore << %w{userdir-ldap userdir-ldap-cgi libheimdal-kadm5-perl django-ldapdb ud python-cdb python-nameparser} +when "handel.debian.org" then ignore << %w{puppet-dashboard} +when "reger.debian.org" then ignore << %w{librt-extension-commandbymail-perl} +when /(rainier|rapoport).debian.org/ then ignore << %w{rabbitmq-server} +when "sibelius.debian.org" then ignore << %w{tivsm-ba tivsm-api64 gskssl64 gskcrypt64 tivsm-api gskssl gskcrypt} +when "storace.debian.org" then ignore << %w{postgresql-client-9.1} +when /(sompek|stadler|schroeder).debian.org/ then ignore << %w{libsbuild-perl buildd sbuild} +end + +ignore.flatten.join("\n") +%>