From c4e1ec781eed1beef3d6ed8269267ed6ed360a50 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 28 Feb 2023 16:31:35 -0500 Subject: [PATCH] apply influxdb before highstate in setup --- setup/so-setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 6825afc9d..e3221ed09 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -597,7 +597,8 @@ if ! [[ -f $install_opt_file ]]; then title "Seeding the docker registry" docker_seed_registry title "Applying the manager state" - logCmd "salt-call state.apply -l info manager" + logCmd "salt-call state.apply -l info manager" + logCmd "salt-call state.apply influxdb -l info" logCmd "salt-call state.highstate -l info" add_web_user info "Restarting SOC to pick up initial user"