mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix require
This commit is contained in:
@@ -27,7 +27,7 @@ so-kibana-dashboard-load:
|
|||||||
- name: /usr/sbin/so-kibana-config-load -i /opt/so/conf/kibana/saved_objects.ndjson.template
|
- name: /usr/sbin/so-kibana-config-load -i /opt/so/conf/kibana/saved_objects.ndjson.template
|
||||||
- cwd: /opt/so
|
- cwd: /opt/so
|
||||||
- require:
|
- require:
|
||||||
- sls: kibana
|
- sls: kibana.enabled
|
||||||
- file: dashboard_saved_objects_template
|
- file: dashboard_saved_objects_template
|
||||||
{%- if HIGHLANDER %}
|
{%- if HIGHLANDER %}
|
||||||
dashboard_saved_objects_template_hl:
|
dashboard_saved_objects_template_hl:
|
||||||
@@ -50,6 +50,6 @@ so-kibana-dashboard-load_hl:
|
|||||||
- name: /usr/sbin/so-kibana-config-load -i /opt/so/conf/kibana/hl.ndjson.template
|
- name: /usr/sbin/so-kibana-config-load -i /opt/so/conf/kibana/hl.ndjson.template
|
||||||
- cwd: /opt/so
|
- cwd: /opt/so
|
||||||
- require:
|
- require:
|
||||||
- sls: kibana
|
- sls: kibana.enabled
|
||||||
- file: dashboard_saved_objects_template_hl
|
- file: dashboard_saved_objects_template_hl
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user