diff --git a/templates/master/node.definition.conf.erb b/templates/master/node.definition.conf.erb index 80ad992..99bd0cf 100644 --- a/templates/master/node.definition.conf.erb +++ b/templates/master/node.definition.conf.erb @@ -1,9 +1,9 @@ -# Munin master configuration fragment for <%= title %> +# Munin master configuration fragment for <%= @title %> # # This file is handled by puppet, all modifications will be lost [<%= @title %>] address <%= @address %> <% Array(@config).each do |line| -%> <%= line %> <% end -%>