963019b5b357b63806065c4f2e8f7dc3e6d5f090
[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 python-django-ldapdb}
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-bacit tivsm-api64 gskssl64 gskcrypt64 tivsm-api tivsm-apicit gskssl gskcrypt}
14 when /(storace|backuphost).debian.org/ then                    ignore << %w{postgresql-client-9.1 libssl1.0.0:amd64 postgresql-client-9.4}
15 end
16
17 if scope.call_function('versioncmp', [@lsbmajdistrelease, '8']) <= 0
18   case @fqdn
19     when /(conova-node02|aagaard).debian.org/ then                     ignore << %w{qemu-efi}
20   end
21 end
22
23 ignore.flatten.join("\n")
24 %>