start salt-master and salt-minion service is soup fails and exits

This commit is contained in:
m0duspwnens
2022-04-11 15:43:09 -04:00
parent 2a18059ad9
commit 464772d7d3

View File

@@ -93,6 +93,8 @@ check_err() {
fi fi
set +e set +e
systemctl_func "start" "$cron_service_name" systemctl_func "start" "$cron_service_name"
systemctl_func "start" "salt-master"
systemctl_func "start" "salt-minion"
enable_highstate enable_highstate
exit $exit_code exit $exit_code
fi fi