mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-12 20:22:59 +01:00
9 lines
190 B
Django/Jinja
9 lines
190 B
Django/Jinja
{% set ROLE_GLOBALS = {} %}
|
|
|
|
{% set SENSOR_GLOBALS = []
|
|
%}
|
|
|
|
{% for sg in SENSOR_GLOBALS %}
|
|
{% do salt['defaults.merge'](ROLE_GLOBALS, sg, merge_lists=False, in_place=True) %}
|
|
{% endfor %}
|