X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fnagios%2Ftemplates%2Fobsolete-packages-ignore.d-hostspecific.erb;h=c2d7e9eef5da7eabe65e85cbf0092ba82ab939a8;hb=4f81eb9ecb1b401c3e67d01129f2ef1f06da4f30;hp=6771c1be14ea7801d2de7825026bbe7ecbcc07d8;hpb=84d1e7a9c1728b78c3bca11e8a5505222c3b74ac;p=dsa-puppet.git diff --git a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb index 6771c1be..c2d7e9ee 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -25,11 +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|grnet)-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|grnet)-node(01|02)|powell|bm-bl1).debian.org/ then ignore << %w{ganeti-os-noop} +end + ignore.flatten.join("\n") %>