]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Nov 2009 16:25:45 +0000 (14:25 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Nov 2009 16:25:45 +0000 (14:25 -0200)
templates/site.erb

index 795fadced7ecc868a417e7d771dff815def8145a..1d24628784f2dffbb2f1fcfb55efa3c22901aa6b 100644 (file)
@@ -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 -%>
 </VirtualHost>
 # end vhost for <%= title %>