From: Peter Palfrader Date: Sat, 20 Sep 2014 07:27:28 +0000 (+0200) Subject: Ignore ganeti-os-noop on powell and bm-bl1 also X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5ef00ef2cd4e25f7d15619be15f43e1910d3095f;hp=8d59f8d8a6916666bb408fa115ae1c3b4a7b15fd;p=dsa-puppet.git Ignore ganeti-os-noop on powell and bm-bl1 also --- diff --git a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb index daf1f90e..16367ab2 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -25,12 +25,16 @@ when "zemlinsky.debian.org" then ignore << %w{init when "sibelius.debian.org" then ignore << %w{tivsm-ba tivsm-api64 gskssl64 gskcrypt64} when "vogler.debian.org" then ignore << %w{repro libresiprocate-1.9 resiprocate-turn-server} when /(mailly|muffat).debian.org/ then ignore << %w{python-dsa-mq} -when /csail-node(01|02).debian.org/ then ignore << %w{openvswitch-switch openvswitch-common ganeti-os-noop} +when /csail-node(01|02).debian.org/ then ignore << %w{openvswitch-switch openvswitch-common} end case fqdn when /geo[123].debian.org/ then ignore << %w{geoip-database} end +case fqdn +when /(csail-node(01|02)|powell|bm-bl1).debian.org/ then ignore << %w{ganeti-os-noop} +end + ignore.flatten.join("\n") %>