From ba31e70c5be3cefa0423131da8742c5cef7845ef Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Dec 04 2017 19:05:57 +0000 Subject: remove check_zypper ignore list from pillar/id/keyserver - monitoring-plugins-multipath package is no longer installed - monitoring-plugins-sks_keyserver and perl-JSON-Parse are now installed from openSUSE:infrastructure --- diff --git a/pillar/id/keyserver_infra_opensuse_org.sls b/pillar/id/keyserver_infra_opensuse_org.sls index db57e35..2b4e48f 100644 --- a/pillar/id/keyserver_infra_opensuse_org.sls +++ b/pillar/id/keyserver_infra_opensuse_org.sls @@ -3,13 +3,3 @@ grains: country: de salt_cluster: opensuse virt_cluster: atreju - -{% set osrelease = salt['grains.get']('osrelease') %} -{% if osrelease == '42.3' %} -monitoring: - check_zypper: - whitelist: - - monitoring-plugins-multipath - - monitoring-plugins-sks_keyserver - - perl-JSON-Parse -{% endif %}