From 58d290aa5779fd53b5d00d155ce0db87c287ca9f Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Thu, 9 Jul 2020 15:32:19 -0400 Subject: [PATCH] Update so-setup --- setup/so-setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index 3f6d42380..6ac24f33d 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -367,14 +367,14 @@ fi set_main_ip >> $setup_log 2>&1 +host_pillar >> $setup_log 2>&1 + if [[ $is_minion ]]; then set_updates >> $setup_log 2>&1 copy_ssh_key >> $setup_log 2>&1 fi -if [[ "$OSQUERY" = 1 ]]; then - host_pillar >> $setup_log 2>&1 -fi + # Begin install {