From d0e084b8eab150719b63925714a8dbc5fce19927 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 7 May 2021 10:20:04 -0400 Subject: [PATCH] change command to test if salt-master is accepting connections --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 6fb139909..77a2b6018 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -802,7 +802,7 @@ else systemctl start salt-master # Testing that that salt-master is up by checking that is it connected to itself - retry 50 10 "salt-run manage.up -l error | grep \"$MINIONID\"" + retry 50 10 "salt-call state.show_top -l error" echo "" echo "Ensuring python modules for Salt are installed and patched."