mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
allow utility state to run for so-standalone
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user