munin: Always set local_address in munin.conf.erb

This commit is contained in:
Ossi Salmi 2013-06-15 20:14:46 +03:00
parent aa2b4b38ce
commit 8665d16f90

View file

@ -14,10 +14,10 @@ tmpldir /etc/munin/templates
html_strategy cgi
graph_strategy cgi
cgiurl_graph /munin/cgi/munin-cgi-graph
<% if @munin_tls == "true" -%>
# Force munin-update to use IPv4 to workaround broken IPv6 support
local_address <%= @ipaddress %>
<% if @munin_tls == "true" -%>
# Require TLS
tls paranoid