From a2196085d5504698546681b939c1228f3c5e11f3 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Fri, 12 Dec 2025 18:50:37 -0500 Subject: [PATCH] import allowed_states --- salt/ca/server.sls | 1 + 1 file changed, 1 insertion(+) 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 %}