From 8ca2751bbb58358b7e1fb19d0e6e88b2b2654c26 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 30 Mar 2013 13:32:54 +0100 Subject: migrate all templates to the parametrized classes style --- templates/munin-node.conf.Debian.etch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/munin-node.conf.Debian.etch') diff --git a/templates/munin-node.conf.Debian.etch b/templates/munin-node.conf.Debian.etch index 44638e7..9763772 100644 --- a/templates/munin-node.conf.Debian.etch +++ b/templates/munin-node.conf.Debian.etch @@ -27,7 +27,7 @@ ignore_file \.rpm(save|new)$ # telnetting to localhost, port 4949 # #host_name localhost.localdomain -host_name <%= fqdn %> +host_name <%= scope.lookupvar('::fqdn') %> # A list of addresses that are allowed to connect. This must be a # regular expression, due to brain damage in Net::Server, which -- cgit v1.2.3