mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
# This state is for checking things
|
|
{% if grains['role'] == 'so-master' %}
|
|
|
|
# Make sure Cross Cluster is good. Will need some logic once we have hot/warm
|
|
crossclusterson:
|
|
cmd.script:
|
|
shell: /bin/bash
|
|
runas: socore
|
|
source: salt://utility/bin/crossthestreams.sh
|
|
template: jinja
|