Run anayst Pillar

This commit is contained in:
Mike Reeves
2022-03-31 13:35:30 -04:00
parent 5264526ff1
commit 63eb15aa6d

View File

@@ -717,8 +717,12 @@ echo "1" > /root/accept_changes
if [[ $is_manager && ! $is_eval ]]; then if [[ $is_manager && ! $is_eval ]]; then
add_soremote_user_manager >> $setup_log 2>&1 add_soremote_user_manager >> $setup_log 2>&1
fi fi
if [[ ! $is_analyst ]]; then
host_pillar >> $setup_log 2>&1 host_pillar >> $setup_log 2>&1
fi
if [[ $is_analyst ]]; then
analyst_workstation_pillar
fi
ntp_pillar >> $setup_log 2>&1 ntp_pillar >> $setup_log 2>&1