From: Peter Palfrader Date: Wed, 3 Jun 2015 06:29:48 +0000 (+0200) Subject: ignore pg client 9.1 on storace X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=338f3ba84765e45650aa9d7b905ce08e375da27d;p=dsa-puppet.git ignore pg client 9.1 on storace --- diff --git a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb index 912d39f2..71a35d7e 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 /(rainier|rapoport).debian.org/ then ignore << %w{rabb when "zemlinsky.debian.org" then ignore << %w{initramfs-tools} when "sibelius.debian.org" then ignore << %w{tivsm-ba tivsm-api64 gskssl64 gskcrypt64 tivsm-api gskssl gskcrypt} when "vogler.debian.org" then ignore << %w{repro libresiprocate-1.9 resiprocate-turn-server} +when "storace.debian.org" then ignore << %w{postgresql-client-9.1} when /(mailly|muffat).debian.org/ then ignore << %w{python-dsa-mq} when /(csail|grnet)-node(01|02).debian.org/ then ignore << %w{openvswitch-switch openvswitch-common} end