2 # Downcase all information
3 dom = scope.lookupvar('::domain').downcase
4 host = scope.lookupvar('::hostname').downcase
7 ### Munin client from Puppet template
9 # Registered on: <%= host %>
10 # Type: <%= client_type %>
11 <% if description != 'absent' -%>
12 # Description: <%= description.gsub!(/\n/, ' ') %>
14 [<%= fhost.downcase %>]
15 address <%= munin_host_real %>
16 port <%= munin_port_real %>
17 <% if config -%><% config.each do |val| -%>