mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +01:00
Add .template extension to fix script behavior and not modify watched file
This commit is contained in:
@@ -4,7 +4,7 @@ include:
|
|||||||
|
|
||||||
dashboard_saved_objects_template:
|
dashboard_saved_objects_template:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /opt/so/conf/kibana/saved_objects.ndjson
|
- name: /opt/so/conf/kibana/saved_objects.ndjson.template
|
||||||
- source: salt://kibana/files/saved_objects.ndjson
|
- source: salt://kibana/files/saved_objects.ndjson
|
||||||
- user: 932
|
- user: 932
|
||||||
- group: 939
|
- group: 939
|
||||||
@@ -27,7 +27,7 @@ so-kibana-dashboard-load:
|
|||||||
{%- if HIGHLANDER %}
|
{%- if HIGHLANDER %}
|
||||||
dashboard_saved_objects_template_hl:
|
dashboard_saved_objects_template_hl:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /opt/so/conf/kibana/hl.ndjson
|
- name: /opt/so/conf/kibana/hl.ndjson.template
|
||||||
- source: salt://kibana/files/hl.ndjson
|
- source: salt://kibana/files/hl.ndjson
|
||||||
- user: 932
|
- user: 932
|
||||||
- group: 939
|
- group: 939
|
||||||
|
|||||||
Reference in New Issue
Block a user