Files
securityonion/salt/vars/import.map.jinja
2022-12-19 16:55:16 -05:00

14 lines
296 B
Django/Jinja

{% from 'vars/elasticsearch.map.jinja' import ELASTICSEARCH_GLOBALS %}
{% set ROLE_GLOBALS = {} %}
{% set IMPORT_GLOBALS =
[
ELASTICSEARCH_GLOBALS
]
%}
{% for sg in IMPORT_GLOBALS %}
{% do salt['defaults.merge'](ROLE_GLOBALS, sg, merge_lists=False, in_place=True) %}
{% endfor %}