Add .template extension for future-proofing config files

This commit is contained in:
Wes Lambert
2022-03-08 16:58:37 +00:00
parent a6fd1023b4
commit 86e228b200
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ include:
config_saved_objects:
file.managed:
- name: /opt/so/conf/kibana/config_saved_objects.ndjson
- name: /opt/so/conf/kibana/config_saved_objects.ndjson.template
- source: salt://kibana/files/config_saved_objects.ndjson
- user: 932
- group: 939

View File

@@ -3,7 +3,7 @@ include:
securitySolution_saved_objects:
file.managed:
- name: /opt/so/conf/kibana/securitySolution_saved_objects.ndjson
- name: /opt/so/conf/kibana/securitySolution_saved_objects.ndjson.template
- source: salt://kibana/files/securitySolution_saved_objects.ndjson
- user: 932
- group: 939