diff options
author | Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> | 2013-06-03 14:24:20 +0200 |
---|---|---|
committer | Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> | 2013-06-03 14:25:56 +0200 |
commit | 02a8971459a201b9165909593c250122b0c06c1b (patch) | |
tree | 76ecdd622435e4989a104cde2042aab9e9db288f /templates/munin-node.conf.default | |
parent | eb8089cd99b9aacdb6af9da4704dce3a3ef7d299 (diff) |
Use @var style for puppet 3.2 compatibility
Diffstat (limited to 'templates/munin-node.conf.default')
-rw-r--r-- | templates/munin-node.conf.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/munin-node.conf.default b/templates/munin-node.conf.default index 9d7f32f..cff7154 100644 --- a/templates/munin-node.conf.default +++ b/templates/munin-node.conf.default @@ -28,7 +28,7 @@ ignore_file \.pod$ # telnetting to localhost, port 4949 # #host_name localhost.localdomain -host_name <%= fqdn %> +host_name <%= @fqdn %> # A list of addresses that are allowed to connect. This must be a # regular expression, since Net::Server does not understand CIDR-style |