puppet-prod/site/profiles/templates/consul/dnsmasq.conf.erb
2025-05-04 00:07:45 +10:00

7 lines
170 B
Plaintext

server=/<%= @domain %>/<%= @bind_addr %>#<%= @dns_port %>
<% if @anycast_ip -%>
listen-address=<%= @anycast_ip %>
<% else -%>
listen-address=<%= @bind_addr %>
<% end -%>