ensure salt-master service is running before proceeding with soup

This commit is contained in:
m0duspwnens
2022-04-11 15:01:41 -04:00
parent 365866c9cc
commit a2180a6721
3 changed files with 30 additions and 30 deletions

View File

@@ -1018,6 +1018,12 @@ main() {
echo ""
require_manager
if ! check_salt_master_status -t 30; then
echo "Could not talk to salt master"
echo "Please run `systemctl status salt-master` to ensure the salt-master service is running."
exit 1
fi
check_pillar_items
echo "Checking to see if this is an airgap install."