Switch ownership of curl config to socore

This commit is contained in:
Jason Ertel
2021-06-06 07:43:53 -04:00
parent 11b2b2a893
commit bebba7d280
2 changed files with 2 additions and 2 deletions

View File

@@ -173,6 +173,8 @@ elastic_curl_config:
- name: /opt/so/conf/elasticsearch/curl.config
- source: salt://elasticsearch/curl.config
- mode: 600
- user: 939
- group: 939
- show_changes: False
- makedirs: True

View File

@@ -113,8 +113,6 @@ elastic_curl_config_distributed:
- source: salt://elasticsearch/files/curl.config.template
- template: jinja
- mode: 600
- user: 939
- group: 939
- show_changes: False
# Must run before elasticsearch docker container is started!