Merge pull request #725 from Security-Onion-Solutions/quickfix/standalone

allow utility state to run for so-standalone
This commit is contained in:
Josh Patterson
2020-05-18 14:02:03 -04:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# 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
crossclusterson:
cmd.script: