Drop more obsolete obsolete-packages-ignore
[mirror/dsa-puppet.git] / modules / nagios / templates / obsolete-packages-ignore.d-hostspecific.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <%=
7 ignore = []
8 case fqdn
9 when /draghi.debian.org/ then                                  ignore << %w{userdir-ldap userdir-ldap-cgi libheimdal-kadm5-perl django-ldapdb ud python-cdb python-nameparser}
10 when "handel.debian.org" then                                  ignore << %w{puppet-dashboard}
11 when "reger.debian.org" then                                   ignore << %w{librt-extension-commandbymail-perl}
12 when /(rainier|rapoport).debian.org/ then                      ignore << %w{rabbitmq-server}
13 when "sibelius.debian.org" then                                ignore << %w{tivsm-ba tivsm-api64 gskssl64 gskcrypt64 tivsm-api gskssl gskcrypt}
14 when "storace.debian.org" then                                 ignore << %w{postgresql-client-9.1}
15 end
16
17 case fqdn
18 when /geo[123].debian.org/ then                    ignore << %w{geoip-database}
19 end
20
21 case fqdn
22 when /((csail|grnet)-node(01|02)|powell|bm-bl1).debian.org/ then       ignore << %w{ganeti-os-noop}
23 end
24
25 ignore.flatten.join("\n")
26 %>