fix: listen-addr -> listen-address (#275)

- listen-address is the correct option

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/275
This commit is contained in:
Ben Vincent 2025-05-04 00:07:45 +10:00
parent a70b6492b0
commit ed947dee59

View File

@ -1,6 +1,6 @@
server=/<%= @domain %>/<%= @bind_addr %>#<%= @dns_port %> server=/<%= @domain %>/<%= @bind_addr %>#<%= @dns_port %>
<% if @anycast_ip -%> <% if @anycast_ip -%>
listen-addr=<%= @anycast_ip %> listen-address=<%= @anycast_ip %>
<% else -%> <% else -%>
listen-addr=<%= @bind_addr %> listen-address=<%= @bind_addr %>
<% end -%> <% end -%>