Merge pull request #630 from Security-Onion-Solutions/issue/629

remove schedule state from being applied
This commit is contained in:
Josh Patterson
2020-05-05 11:02:46 -04:00
committed by GitHub

View File

@@ -342,9 +342,6 @@ export percentage=0
set_progress_str 22 'Generating CA and checking in' set_progress_str 22 'Generating CA and checking in'
salt_checkin 2>> "$setup_log" salt_checkin 2>> "$setup_log"
set_progress_str 23 "$(print_salt_state_apply 'schedule')"
salt-call state.apply -l info schedule >> $setup_log 2>&1
if [[ $is_master || $is_helix ]]; then if [[ $is_master || $is_helix ]]; then
set_progress_str 25 'Configuring firewall' set_progress_str 25 'Configuring firewall'