powell has newer e2fstools for ext4
[mirror/dsa-puppet.git] / modules / nagios / templates / obsolete-packages-ignore.d-hostspecific.erb
index a4df36a..bf6943b 100644 (file)
@@ -3,7 +3,6 @@
 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 ##
 
-# this fine intentially kept empty
 <%=
 ignore = []
 case fqdn
@@ -13,6 +12,8 @@ when /geo[123].debian.org/:           ignore << %w{geoip-database libgeoip1 geoi
 when /liszt.debian.org/:              ignore << "amavisd-new"
 when /stabile.debian.org/:            ignore << "xfsprogs"
 when /(zandonai|zelenka).debian.org/: ignore << %w{zabbix-agent rrdcollect}
+when /(dijkstra|unger|luchesi|schumann).debian.org/: ignore << "qemu-kvm"
+when "powell.debian.org":             ignore << %w{e2fslibs e2fsprogs libblkid1 libcomerr2 libss2 libuuid1 uuid-runtime}
 end
 
 ignore.flatten.join("\n")