From: Silvio Rhatto Date: Sun, 8 Nov 2009 16:25:45 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5e3f3ea7b0f230238116765f125db7fbf443a9c3;p=puppet-apache.git Minor fix --- diff --git a/templates/site.erb b/templates/site.erb index 795fadc..1d24628 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -5,7 +5,7 @@ DocumentRoot <%= docroot %> <% if redirect != false %> RedirectMatch ^/$ <%= protocol %>://<%= title %>.<%= domain %>/<%= redirect %><% end %> <% if use != false %><% use.each do |instance| -%> - Use <%= instance %><% end -%> -<% end -%> + Use <%= instance %> +<% end -%><% end -%> # end vhost for <%= title %>