allow curator

This commit is contained in:
m0duspwnens
2021-08-05 11:54:49 -04:00
parent ac4faf673d
commit e72ad9eb5a

View File

@@ -237,7 +237,7 @@
{% do allowed_states.append('kibana') %}
{% endif %}
{% if CURATOR and grains.role in ['so-eval', 'so-standalone', 'so-node', 'so-managersearch', 'so-heavynode', 'so-manager'] %}
{% if grains.role in ['so-eval', 'so-standalone', 'so-node', 'so-managersearch', 'so-heavynode', 'so-manager'] %}
{% do allowed_states.append('curator') %}
{% endif %}