diff --git a/salt/ca/server.sls b/salt/ca/server.sls index 2f01a3df7..474e7c9fd 100644 --- a/salt/ca/server.sls +++ b/salt/ca/server.sls @@ -3,6 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. +{% from 'allowed_states.map.jinja' import allowed_states %} {% if sls in allowed_states %} {% from 'vars/globals.map.jinja' import GLOBALS %}