Files
securityonion/salt/utility/init.sls
2018-10-11 19:38:25 -04:00

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