mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Add .template extension for future-proofing config files
This commit is contained in:
@@ -3,7 +3,7 @@ include:
|
|||||||
|
|
||||||
config_saved_objects:
|
config_saved_objects:
|
||||||
file.managed:
|
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
|
- source: salt://kibana/files/config_saved_objects.ndjson
|
||||||
- user: 932
|
- user: 932
|
||||||
- group: 939
|
- group: 939
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ include:
|
|||||||
|
|
||||||
securitySolution_saved_objects:
|
securitySolution_saved_objects:
|
||||||
file.managed:
|
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
|
- source: salt://kibana/files/securitySolution_saved_objects.ndjson
|
||||||
- user: 932
|
- user: 932
|
||||||
- group: 939
|
- group: 939
|
||||||
|
|||||||
Reference in New Issue
Block a user