prevent fleetnode from being able to run elasticfleet.manager state manually

This commit is contained in:
reyesj2
2026-04-23 09:50:45 -05:00
parent b015c8ff14
commit 5f2ec76ba8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# Elastic License 2.0.
{% from 'allowed_states.map.jinja' import allowed_states %}
{% if sls.split('.')[0] in allowed_states %}
{% if sls in allowed_states %}
{% from 'elasticfleet/map.jinja' import ELASTICFLEETMERGED %}
include: