summaryrefslogtreecommitdiff
path: root/templates/client.erb
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2011-08-04 10:22:48 +0200
committerMarcel Haerry <haerry@puzzle.ch>2011-08-04 10:22:48 +0200
commit447041b01494690975d078776a85f4a3fd4e64fa (patch)
tree0d09932e8466de8208144aa034de401398151ca6 /templates/client.erb
parent553fbe3e1d3c6865172c1db8cf93d69fb936dc18 (diff)
parenteb953716cd545f86972e85d983b5862c194f5aed (diff)
merge with immerda/master
Diffstat (limited to 'templates/client.erb')
-rw-r--r--templates/client.erb11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/client.erb b/templates/client.erb
index 286631f..15e05c6 100644
--- a/templates/client.erb
+++ b/templates/client.erb
@@ -1,7 +1,7 @@
<%
- # Downcase all information
- dom = domain.downcase
- host = hostname.downcase
+ # Downcase all information
+ dom = domain.downcase
+ host = hostname.downcase
%>
### Munin client from Puppet template
@@ -12,7 +12,8 @@
# Description: <%= description.gsub!(/\n/, ' ') %>
<% end -%>
[<%= fhost.downcase %>]
- address <%= munin_host_real -%>
-<% if config -%><% config.each do |val| -%>
+ address <%= munin_host_real %>
+ port <%= munin_port_real %>
+<% if config -%><% config.each do |val| -%>
<%= val -%>
<% end -%><% end -%>