diff options
author | mh <mh@immerda.ch> | 2014-02-03 14:57:03 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2014-02-03 14:57:03 +0100 |
commit | b5cc9427aeca48689913b7462e58dd905c4a788b (patch) | |
tree | 74e139867b79ab493d86e925ff1c8a45d3cbf76a /templates | |
parent | 695d81c81cd152b5dd7333d0eae2bd6df108a41e (diff) |
cleanup some of the missing parts
Diffstat (limited to 'templates')
-rw-r--r-- | templates/client.erb | 10 |
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/, ' ') %> |