allow utility state to run for so-standalone

This commit is contained in:
m0duspwnens
2020-05-18 14:01:01 -04:00
parent b291b242ee
commit 8a4da01b7f

View File

@@ -1,5 +1,5 @@
# This state is for checking things # This state is for checking things
{% if grains['role'] == 'so-master' or grains['role'] == 'so-mastersearch' %} {% if grains['role'] in ['so-master', 'so-mastersearch', 'so-standalone'] %}
# Make sure Cross Cluster is good. Will need some logic once we have hot/warm # Make sure Cross Cluster is good. Will need some logic once we have hot/warm
crossclusterson: crossclusterson:
cmd.script: cmd.script: