From 6adcb4c968a6459584c0f6f1d4a19f9060b987c2 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 7 Sep 2022 15:38:55 -0400 Subject: [PATCH] Remove crossthestreams --- salt/utility/init.sls | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/salt/utility/init.sls b/salt/utility/init.sls index a131f0f54..1dec22208 100644 --- a/salt/utility/init.sls +++ b/salt/utility/init.sls @@ -2,17 +2,6 @@ {% if sls in allowed_states %} -# This state is for checking things - {% if grains['role'] in ['so-manager', 'so-managersearch', 'so-standalone'] %} -# Make sure Cross Cluster is good. Will need some logic once we have hot/warm -crossclusterson: - cmd.script: - - shell: /bin/bash - - cwd: /opt/so - - source: salt://utility/bin/crossthestreams - - template: jinja - - {% endif %} {% if grains['role'] in ['so-eval', 'so-import'] %} fixsearch: cmd.script: