mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add .template extension for future-proofing config files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user