From bacc591b891b7ac609bc3cb48ff128905e102dee Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 4 Sep 2019 15:59:37 +0200 Subject: [PATCH] Keep postgresql-client-9.6 on backuphost --- .../nagios/templates/obsolete-packages-ignore.d-hostspecific.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb index c3c796a35..074d57955 100644 --- a/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb +++ b/modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb @@ -11,6 +11,7 @@ when "handel.debian.org" then ignore << %w{pupp when "reger.debian.org" then ignore << %w{librt-extension-commandbymail-perl} when "sibelius.debian.org" then ignore << %w{tivsm-ba tivsm-bacit tivsm-api64 gskssl64 gskcrypt64 tivsm-api tivsm-apicit gskssl gskcrypt} when /(sallinen|lw07).debian.org/ then ignore << %w{ruby-dbi ruby-deprecated ruby-dbd-pg} +when /backuphost.debian.org/ then ignore << %w{postgresql-client-9.6} end ignore.flatten.join("\n") -- 2.20.1