apply influxdb before highstate in setup

This commit is contained in:
m0duspwnens
2023-02-28 16:31:35 -05:00
parent 8772dcaa10
commit c4e1ec781e

View File

@@ -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"