From 451b19dc4d843286f1f6c890c36e117299527b5e Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 22 Oct 2021 09:53:20 -0400 Subject: [PATCH] change from file to x509 --- salt/elasticsearch/init.sls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/elasticsearch/init.sls b/salt/elasticsearch/init.sls index f3908fd60..41a9f4504 100644 --- a/salt/elasticsearch/init.sls +++ b/salt/elasticsearch/init.sls @@ -287,13 +287,13 @@ so-elasticsearch: - file: nsmesdir - file: eslogdir - file: cacertz - - file: /etc/pki/elasticsearch.crt - - file: /etc/pki/elasticsearch.key + - x509: /etc/pki/elasticsearch.crt + - x509: /etc/pki/elasticsearch.key - file: elasticp12perms {% if ismanager %} - - file: pki_public_ca_crt + - x509: pki_public_ca_crt {% else %} - - file: trusttheca + - x509: trusttheca {% endif %} {% if salt['pillar.get']('elasticsearch:auth:enabled', False) %} - cmd: auth_users_roles_inode