consul: add comment
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 2 seconds
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 2 seconds
This commit is contained in:
parent
f8a3ba9eb1
commit
512c3d6dd9
1 changed files with 2 additions and 1 deletions
|
@ -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 "$?";
|
||||
|
|
Loading…
Reference in a new issue