mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +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
|
||||
{% 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:
|
||||
|
||||
Reference in New Issue
Block a user