mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
11 lines
225 B
Django/Jinja
11 lines
225 B
Django/Jinja
{% set ROLE_GLOBALS = {} %}
|
|
|
|
{% set SENSOR_GLOBALS = {
|
|
'sensor': {
|
|
'interface': pillar.sensor.interface
|
|
}
|
|
}
|
|
%}
|
|
|
|
{% do salt['defaults.merge'](ROLE_GLOBALS, SENSOR_GLOBALS, merge_lists=False, in_place=True) %}
|