mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
use endif not fi
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
{% do DASHBOARDS.append('pipeline_overview_nontc') %}
|
{% do DASHBOARDS.append('pipeline_overview_nontc') %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% do DASHBOARDS.append('pipeline_overview_tc') %}
|
{% do DASHBOARDS.append('pipeline_overview_tc') %}
|
||||||
{% fi %}
|
{% endif %}
|
||||||
{# Grab a unique listing of nodetypes that exists so that we create only the needed dashboards #}
|
{# Grab a unique listing of nodetypes that exists so that we create only the needed dashboards #}
|
||||||
{% for dashboard in salt['cmd.shell']("ls /opt/so/saltstack/local/pillar/minions/|awk -F'_' {'print $2'}|awk -F'.' {'print $1'}").split() %}
|
{% for dashboard in salt['cmd.shell']("ls /opt/so/saltstack/local/pillar/minions/|awk -F'_' {'print $2'}|awk -F'.' {'print $1'}").split() %}
|
||||||
{% if dashboard in ALLOWED_DASHBOARDS %}
|
{% if dashboard in ALLOWED_DASHBOARDS %}
|
||||||
|
|||||||
Reference in New Issue
Block a user