]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb
ignore python-django-ldapdb on draghi
[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-api64 gskssl64 gskcrypt64 tivsm-api gskssl gskcrypt}
14 when "storace.debian.org" then                                 ignore << %w{postgresql-client-9.1}
15 when /(sompek|stadler|schroeder).debian.org/ then              ignore << %w{libsbuild-perl buildd sbuild}
16 end
17
18 ignore.flatten.join("\n")
19 %>