From 8665d16f90b44bd5e67f695a95e6dc2fdff3c773 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Sat, 15 Jun 2013 20:14:46 +0300 Subject: [PATCH] munin: Always set local_address in munin.conf.erb --- munin/templates/munin.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munin/templates/munin.conf.erb b/munin/templates/munin.conf.erb index abde296..3d39894 100644 --- a/munin/templates/munin.conf.erb +++ b/munin/templates/munin.conf.erb @@ -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