mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-11 02:34:08 +01:00
[fix] Apply nginx state before states that rely on it
This commit is contained in:
@@ -382,6 +382,9 @@ fi
|
||||
set_progress_str 63 "$(print_salt_state_apply 'common')"
|
||||
salt-call state.apply -l info common >> $setup_log 2>&1
|
||||
|
||||
set_progress_str 64 "$(print_salt_state_apply 'nginx')"
|
||||
salt-call state.apply -l info nginx >> $setup_log 2>&1
|
||||
|
||||
if [[ $is_master || $is_node ]]; then
|
||||
set_progress_str 64 "$(print_salt_state_apply 'elasticsearch')"
|
||||
salt-call state.apply -l info elasticsearch >> $setup_log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user