]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb
the armhf machines seem to have a local flash-kernel, and need the squeeze puppet
[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 "bellini.debian.org":              ignore << "mcelog"
10 when "cilea.debian.org":                ignore << "/freeswitch.*/"
11 when /draghi.debian.org/:               ignore << %w{userdir-ldap libheimdal-kadm5-perl}
12 when /orff.debian.org/:                 ignore << %w{libnet-dns-sec-perl libnet-dns-zone-parser-perl}
13 when /liszt.debian.org/:                ignore << "amavisd-new"
14 when /(zandonai|zelenka).debian.org/:   ignore << %w{zabbix-agent rrdcollect}
15 when /(mayer|paer|peri|penalosa|corelli).debian.org/: ignore << "linux-base"
16 when "powell.debian.org":               ignore << %w{e2fslibs e2fsprogs libblkid1 libcomerr2 libss2 libuuid1 uuid-runtime}
17 when "rossini.debian.org":              ignore << %w{ganeti2}
18 when "franck.debian.org":               ignore << %w{python-apt}
19 when "zee.debian.org":                  ignore << %w{dpkg-dev dpkg}
20 when /(abel|arnold|alain|alwyn|antheil|arne).debian.org/: ignore << %w{flash-kernel linux-firmware-image}
21 when /(harris|hartmann|hasse|hebden|henze|hoiby).debian.org/: ignore << %w{flash-kernel puppet puppet-common}
22 end
23
24 case fqdn
25 when /geo[123].debian.org/: ignore << %w{geoip-database}
26 end
27
28 #case fqdn
29 #when /(draghi|orff|ravel|klecker|geo[123]).debian.org/: ignore << %w{libdns69 libdns66 libdns64 bind9 libbind9-60 liblwres60 bind9-host libisccfg62 libisccfg60 libisc62 libisc60 dnsutils bind9utils libisccc60}
30 #end
31
32 ignore.flatten.join("\n")
33 %>