X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Ftemplates%2Fobsolete-packages-ignore.d-hostspecific.erb;h=5d623e32ee5a3657d13e3d8b3229e1effdaf88cc;hb=cae383ca373cb601bb4a8034965a599713f5c0a3;hp=e79e0a0061303796a675767b3e9836d145cb2596;hpb=a15cc995190e150283b3b2082d72a4a4703b99cb;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 e79e0a006..5d623e32e 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -6,7 +6,6 @@ <%= ignore = [] case fqdn -when "bellini.debian.org" then ignore << "mcelog" when "cilea.debian.org" then ignore << "/freeswitch.*/" when /draghi.debian.org/ then ignore << %w{userdir-ldap userdir-ldap-cgi libheimdal-kadm5-perl django-ldapdb} when /orff.debian.org/ then ignore << %w{libnet-dns-sec-perl libnet-dns-zone-parser-perl} @@ -23,7 +22,12 @@ when "grieg.debian.org" then ignore << %w{dpkg when "blavet.debian.org" then ignore << %w{dpkg-dev libdpkg-perl dpkg} 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 /(pasquini|tristano).debian.org/ then ignore << %w{ganeti-instance-image} +when "zemlinsky.debian.org" then ignore << %w{initramfs-tools} +when "sibelius.debian.org" then ignore << %w{tivsm-ba tivsm-api64 gskssl64 gskcrypt64} +when "denis.debian.org" then ignore << %w{libdns100 libbind9-90 libisccc90 bind9 liblwres90 libisc95 bind9utils libisccfg90} +when /(mailly|muffat).debian.org/ then ignore << %w{python-dsa-mq} end case fqdn