From: Stephen Gran Date: Sun, 7 Feb 2010 06:11:38 +0000 (+0000) Subject: powell has newer e2fstools for ext4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=117fa1ae0757bdc7867aaa0cdc98549109c22ce3;p=dsa-puppet.git powell has newer e2fstools for ext4 Signed-off-by: Stephen Gran --- diff --git a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb index e2b3e5dd..bf6943b2 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -13,6 +13,7 @@ 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")