mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
changes for multipipelines / mastersearch node - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/124
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# This state is for checking things
|
||||
{% if grains['role'] == 'so-master' %}
|
||||
{% if salt['pillar.get']('nodestab','') %}
|
||||
{% if grains['role'] == 'so-master' or grains['role'] == 'so-mastersearch' %}
|
||||
# Make sure Cross Cluster is good. Will need some logic once we have hot/warm
|
||||
crossclusterson:
|
||||
cmd.script:
|
||||
@@ -10,7 +9,6 @@ crossclusterson:
|
||||
- source: salt://utility/bin/crossthestreams.sh
|
||||
- template: jinja
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if grains['role'] == 'so-eval' %}
|
||||
fixsearch:
|
||||
|
||||
Reference in New Issue
Block a user