more verbose

This commit is contained in:
m0duspwnens
2022-04-11 15:51:11 -04:00
parent 464772d7d3
commit 9914148441

View File

@@ -1020,10 +1020,13 @@ main() {
set_cron_service_name
if ! check_salt_master_status; then
echo "Could not talk to salt master"
echo "Please run 'systemctl status salt-master' to ensure the salt-master service is running."
echo "Please run 'systemctl status salt-master' to ensure the salt-master service is running and check the log at /opt/so/log/salt/master."
echo "SOUP will now attempt to start the salt-master service and exit."
exit 1
fi
echo "This node can communicate with the salt-master."
echo "Checking to see if this is a manager."
echo ""
require_manager