From 9914148441b20e1e6a61801cd53faf2c0d0016d7 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 11 Apr 2022 15:51:11 -0400 Subject: [PATCH] more verbose --- salt/common/tools/sbin/soup | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 547837dd6..7fe7f07c4 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -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