From f4b8d385ee6cf9c540aaa18f2b0f2e81e7b2ce4f Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 18 May 2023 08:36:24 -0400 Subject: [PATCH] remove conditional on cacertz and capemz --- salt/elasticsearch/ca.sls | 2 -- 1 file changed, 2 deletions(-) diff --git a/salt/elasticsearch/ca.sls b/salt/elasticsearch/ca.sls index 49eb44a94..5485bb676 100644 --- a/salt/elasticsearch/ca.sls +++ b/salt/elasticsearch/ca.sls @@ -26,7 +26,6 @@ catrustscript: GLOBALS: {{ GLOBALS }} {% endif %} -{% if grains.role in ['so-manager', 'so-helix', 'so-managersearch', 'so-standalone', 'so-import', 'so-searchnode'] %} cacertz: file.managed: - name: /opt/so/conf/ca/cacerts @@ -40,7 +39,6 @@ capemz: - source: salt://elasticsearch/tls-ca-bundle.pem - user: 939 - group: 939 -{% endif %} {% else %}