Merge pull request #7017 from Security-Onion-Solutions/issue/7016

dont apply wazuh state on sensors if it is disabled globally
This commit is contained in:
Josh Patterson
2022-01-28 09:33:34 -05:00
committed by GitHub

View File

@@ -77,7 +77,9 @@ base:
{%- if ZEEKVER != 'SURICATA' %}
- zeek
{%- endif %}
{%- if WAZUH != 0 %}
- wazuh
{%- endif %}
{%- if STRELKA %}
- strelka
{%- endif %}