diff --git a/src/steps-postinstall/75-consul.sh b/src/steps-postinstall/75-consul.sh index 6603c5c..aca949f 100755 --- a/src/steps-postinstall/75-consul.sh +++ b/src/steps-postinstall/75-consul.sh @@ -9,9 +9,10 @@ cp "configs/consul-client.hcl" "/etc/consul/client.hcl"; cp "configs/consul-server.hcl" "/etc/consul/server.hcl"; subtask_end "$?"; +# No UFW rules required, as we're now using wesher/wireguard, and allowing all inbound traffic on that interface + subtask_begin "Starting Consul and enabling on boot"; systemctl consul; subtask_end "$?"; - task_end "$?";