Merge branch '2.4/dev' into kilo

This commit is contained in:
Jason Ertel
2023-03-01 09:53:59 -05:00
17 changed files with 63 additions and 155 deletions

View File

@@ -611,7 +611,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"