mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-07 08:43:19 +01:00
Move In Day
This commit is contained in:
8
salt/vars/sensor.map.jinja
Normal file
8
salt/vars/sensor.map.jinja
Normal file
@@ -0,0 +1,8 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user