Changes to iptables.jinja

This commit is contained in:
Mike Reeves
2023-01-09 15:36:23 -05:00
parent 302bf28b6c
commit 3e9bddcd11

View File

@@ -552,6 +552,7 @@ if ! [[ -f $install_opt_file ]]; then
generate_ca generate_ca
generate_ssl generate_ssl
logCmd "salt-call state.apply -l info firewall"
# create these so the registry state can add so-registry to /opt/so/conf/so-status/so-status.conf # create these so the registry state can add so-registry to /opt/so/conf/so-status/so-status.conf
logCmd "mkdir -p /opt/so/conf/so-status/ " logCmd "mkdir -p /opt/so/conf/so-status/ "
@@ -564,7 +565,6 @@ if ! [[ -f $install_opt_file ]]; then
docker_seed_registry docker_seed_registry
title "Applying the manager state" 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 -l info firewall"
logCmd "salt-call state.highstate -l info" logCmd "salt-call state.highstate -l info"
add_web_user add_web_user
info "Restarting SOC to pick up initial user" info "Restarting SOC to pick up initial user"