we need newer dpkg and dpkg-dev on zee for sparc64 stuff
[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 /(bellini|cimarosa).debian.org/: ignore << "mcelog"
10 when /draghi.debian.org/:             ignore << %w{userdir-ldap libnet-dns-perl libnet-dns-sec-perl libnet-dns-zone-parser-perl libdns-ruby1.8}
11 when /geo[123].debian.org/:           ignore << %w{geoip-database libgeoip1 geoip-bin}
12 when /liszt.debian.org/:              ignore << "amavisd-new"
13 when /stabile.debian.org/:            ignore << "xfsprogs"
14 when /(zandonai|zelenka).debian.org/: ignore << %w{zabbix-agent rrdcollect}
15 when /(dijkstra|unger|luchesi|schumann).debian.org/: ignore << "qemu-kvm"
16 when "powell.debian.org":             ignore << %w{e2fslibs e2fsprogs libblkid1 libcomerr2 libss2 libuuid1 uuid-runtime}
17 when "zee.debian.org":             ignore << %w{dpkg-dev dpkg}
18 end
19
20 ignore.flatten.join("\n")
21 %>