mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
ensure salt-master service is running before proceeding with soup
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user