From 8a4da01b7f3f49a9b18fc73bb882c2e8f36e9ffb Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 18 May 2020 14:01:01 -0400 Subject: [PATCH] allow utility state to run for so-standalone --- salt/utility/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/utility/init.sls b/salt/utility/init.sls index adbc9e73b..87cfe8e87 100644 --- a/salt/utility/init.sls +++ b/salt/utility/init.sls @@ -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: