remove checkin_at_boot function

This commit is contained in:
m0duspwnens
2023-12-19 14:05:19 -05:00
parent 090f3a3e02
commit 7b9ac7ae6d
3 changed files with 2 additions and 12 deletions

View File

@@ -781,7 +781,6 @@ if ! [[ -f $install_opt_file ]]; then
title "Setting up Playbook"
logCmd "so-playbook-reset"
fi
checkin_at_boot
set_initial_firewall_access
logCmd "salt-call schedule.enable -linfo --local"
verify_setup
@@ -809,7 +808,6 @@ if ! [[ -f $install_opt_file ]]; then
configure_minion "$minion_type"
check_sos_appliance
drop_install_options
checkin_at_boot
logCmd "salt-call state.apply setup.highstate_cron --local --file-root=../salt/"
verify_setup
fi