From 6325f6db16c4a5fca0b9e2559e1c5567b78deb05 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 16 May 2023 09:30:27 -0400 Subject: [PATCH] run elasticfleet.config so elasticfleet setup script gets put in place --- setup/so-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/so-setup b/setup/so-setup index 6051ba742..853809e67 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -650,6 +650,7 @@ if ! [[ -f $install_opt_file ]]; then info "Restarting SOC to pick up initial user" logCmd "so-soc-restart" title "Setting up Elastic Fleet" + logCmd "salt-call state.apply elasticfleet.config" logCmd "so-elastic-fleet-setup" if [[ ! $is_import ]]; then title "Setting up Playbook"