From 880300d644199e0479b9d60328e5c12d9a10ff0c Mon Sep 17 00:00:00 2001 From: weslambert Date: Thu, 11 Jan 2024 14:58:21 -0500 Subject: [PATCH] Move ELASTICFLEETMERGED import under allowed states --- salt/elasticfleet/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/elasticfleet/config.sls b/salt/elasticfleet/config.sls index 706f6e5ad7..f8566ed945 100644 --- a/salt/elasticfleet/config.sls +++ b/salt/elasticfleet/config.sls @@ -5,8 +5,8 @@ {% from 'allowed_states.map.jinja' import allowed_states %} {% from 'vars/globals.map.jinja' import GLOBALS %} -{% from 'elasticfleet/map.jinja' import ELASTICFLEETMERGED %} {% if sls.split('.')[0] in allowed_states %} +{% from 'elasticfleet/map.jinja' import ELASTICFLEETMERGED %} {% set node_data = salt['pillar.get']('node_data') %} # Add EA Group