mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
init.sls needs to import GLOBALS
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{% from 'allowed_states.map.jinja' import allowed_states %}
|
{% from 'allowed_states.map.jinja' import allowed_states %}
|
||||||
|
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
||||||
|
|
||||||
{% if sls in allowed_states %}
|
{% if sls in allowed_states %}
|
||||||
{% if grains['role'] in ['so-eval', 'so-import'] %}
|
{% if grains['role'] in ['so-eval', 'so-import'] %}
|
||||||
|
|||||||
Reference in New Issue
Block a user