allow strelka.manager to run on standalone

This commit is contained in:
m0duspwnens
2024-05-09 11:53:50 -04:00
parent a74fee4cd0
commit c864fec70c

View File

@@ -4,7 +4,8 @@
# Elastic License 2.0. # Elastic License 2.0.
{% from 'allowed_states.map.jinja' import allowed_states %} {% from 'allowed_states.map.jinja' import allowed_states %}
{% if sls in allowed_states %} {# if strelka.manager or strelka in allowed_states #}
{% if sls in allowed_states or sls.split('.')[0] in allowed_states %}
# Strelka config # Strelka config
strelkarulesdir: strelkarulesdir: