From: Peter Palfrader Date: Mon, 23 Jan 2012 09:11:07 +0000 (+0100) Subject: ignore newer yaboots on the PPCs X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9087fad15c18e19960f90f19e0115658a3fc462c;p=mirror%2Fdsa-puppet.git ignore newer yaboots on the PPCs --- diff --git a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb index eb110b74e..243fa4791 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -23,6 +23,7 @@ when "zee.debian.org": ignore << %w{dpkg-dev dpkg} when /(abel|arnold|alain|alwyn|antheil|arne).debian.org/: ignore << %w{flash-kernel linux-firmware-image} when /(harris|hoiby).debian.org/: ignore << %w{flash-kernel puppet puppet-common kernel linux-firmware-image} when /(hartmann|hasse|hebden|henze).debian.org/: ignore << %w{flash-kernel puppet puppet-common kernel linux-firmware-image schroot schroot-common} +when /(parry|partch|piston).debian.org/: ignore << "yaboot" when "grieg.debian.org": ignore << %w{dpkg} when "blavet.debian.org": ignore << %w{dpkg-dev libdpkg-perl dpkg}