[feat] Remove navigator container references

This commit is contained in:
William Wernert
2020-06-24 12:38:32 -04:00
parent 4404a4f312
commit bd36749959
17 changed files with 15 additions and 41 deletions

View File

@@ -555,11 +555,6 @@ fi
salt-call state.apply -l info playbook >> $setup_log 2>&1
fi
if [[ "$NAVIGATOR" = 1 ]]; then
set_progress_str 78 "$(print_salt_state_apply 'navigator')"
salt-call state.apply -l info navigator >> $setup_log 2>&1
fi
if [[ $is_master || $is_helix ]]; then
set_progress_str 81 "$(print_salt_state_apply 'utility')"
salt-call state.apply -l info utility >> $setup_log 2>&1