Fleet setup fixes

This commit is contained in:
Josh Brower
2020-06-08 13:28:27 -04:00
parent 35bc5f9133
commit 913c1a89bf
3 changed files with 6 additions and 6 deletions

View File

@@ -352,7 +352,7 @@ if [[ $is_minion ]]; then
copy_ssh_key >> $setup_log 2>&1
fi
if [[ $is_fleet_standalone ]]; then
if [[ "$OSQUERY" = 1 ]]; then
host_pillar >> $setup_log 2>&1
fi