summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/client.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/client.erb b/templates/client.erb
index 5741701..bc42452 100644
--- a/templates/client.erb
+++ b/templates/client.erb
@@ -1,12 +1,12 @@
<%
- # Downcase all information
- dom = scope.lookupvar('::domain').downcase
- h = scope.lookupvar('::hostname').downcase
+ # Downcase all information
+ dom = scope.lookupvar('::domain').downcase
+ h = scope.lookupvar('::hostname').downcase
%>
### Munin client from Puppet template
-# Domain: <%= @dom %>
-# Registered on: <%= @h %>
+# Domain: <%= dom %>
+# Registered on: <%= h %>
# Type: <%= @client_type %>
<% if @description != 'absent' -%>
# Description: <%= @description.gsub(/\n/, ' ') %>