improve verbosity of setup logs

This commit is contained in:
Jason Ertel
2023-11-06 11:22:35 -05:00
parent ef1dfc3152
commit b99c7ce76e
2 changed files with 8 additions and 1 deletions

View File

@@ -774,6 +774,7 @@ if ! [[ -f $install_opt_file ]]; then
title "Setting up Elastic Fleet"
logCmd "salt-call state.apply elasticfleet.config"
if ! logCmd so-elastic-fleet-setup; then
error "Failed to run so-elastic-fleet-setup"
fail_setup
fi
if [[ ! $is_import ]]; then