[fix] host_pillar overwrites the file, so run ntp_pillar after it

This commit is contained in:
William Wernert
2021-03-31 13:28:42 -04:00
parent 04920dcbed
commit 1c4ba28336

View File

@@ -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