Skip to content

Commit

Permalink
Move ELASTICFLEETMERGED import under allowed states
Browse files Browse the repository at this point in the history
  • Loading branch information
weslambert authored Jan 11, 2024
1 parent f5b59ca commit 880300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/elasticfleet/config.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 880300d

Please sign in to comment.