init.sls needs to import GLOBALS

This commit is contained in:
Doug Burks
2022-12-16 15:59:17 -05:00
committed by GitHub
parent 490e97b49f
commit 0fa6ca3880

View File

@@ -1,4 +1,5 @@
{% from 'allowed_states.map.jinja' import allowed_states %}
{% from 'vars/globals.map.jinja' import GLOBALS %}
{% if sls in allowed_states %}
{% if grains['role'] in ['so-eval', 'so-import'] %}