change command to test if salt-master is accepting connections

This commit is contained in:
m0duspwnens
2021-05-07 10:20:04 -04:00
parent 46223e0b30
commit d0e084b8ea

View File

@@ -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."