diff options
author | mh <mh@immerda.ch> | 2013-03-30 13:32:54 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2013-03-30 13:32:54 +0100 |
commit | 8ca2751bbb58358b7e1fb19d0e6e88b2b2654c26 (patch) | |
tree | 15f90d3497fcdcbda8460e19b82d6ecf850b5096 /templates/munin-node.conf.OpenBSD | |
parent | d7b7240acbd4bfd89beae245cc8da6d667c6dfff (diff) |
migrate all templates to the parametrized classes style
Diffstat (limited to 'templates/munin-node.conf.OpenBSD')
-rw-r--r-- | templates/munin-node.conf.OpenBSD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/munin-node.conf.OpenBSD b/templates/munin-node.conf.OpenBSD index 4e2f534..14b658e 100644 --- a/templates/munin-node.conf.OpenBSD +++ b/templates/munin-node.conf.OpenBSD @@ -28,7 +28,7 @@ ignore_file \.pod$ # 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, since Net::Server does not understand CIDR-style |