mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-24 09:53:12 +01:00
[fix] host_pillar overwrites the file, so run ntp_pillar after it
This commit is contained in:
@@ -585,7 +585,6 @@ set_redirect >> $setup_log 2>&1
|
||||
set_progress_str 0 'Running initial configuration steps'
|
||||
|
||||
[[ ${#ntp_servers[@]} -gt 0 ]] && configure_ntp >> $setup_log 2>&1
|
||||
ntp_pillar >> $setup_log 2>&1
|
||||
|
||||
reserve_ports
|
||||
|
||||
@@ -619,6 +618,8 @@ set_redirect >> $setup_log 2>&1
|
||||
fi
|
||||
|
||||
host_pillar >> $setup_log 2>&1
|
||||
ntp_pillar >> $setup_log 2>&1
|
||||
|
||||
|
||||
if [[ $is_minion || $is_import ]]; then
|
||||
set_updates >> $setup_log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user