From 42cc419e00814a77d1ac3b9b613380f1dfeea377 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 27 Mar 2023 11:30:03 -0400 Subject: [PATCH] restart salt master and minion after manager install completes --- setup/so-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/so-setup b/setup/so-setup index 06c156305..f51ddb316 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -633,6 +633,8 @@ if ! [[ -f $install_opt_file ]]; then fi checkin_at_boot set_initial_firewall_access + systemctl restart salt-master + systemctl restart salt-minion verify_setup else touch /root/accept_changes