From: Silvio Rhatto Date: Thu, 6 Jun 2013 23:05:05 +0000 (-0300) Subject: Templating fix (5) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8f41b04563c28f4db3baa9efa55156ed1edb74cd;p=puppet-apache.git Templating fix (5) --- diff --git a/templates/site.erb b/templates/site.erb index 25bdb4d..9e5763f 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -32,10 +32,10 @@ RewriteCond %{HTTP_HOST} !=<%= canonical %> [NC] RewriteCond %{HTTP_HOST} !="" RewriteRule ^/(.*) <%= protocol %>://<%= canonical %>/$1 [L,R=301] +<% end %> <% if custom_directives != false -%> <%= custom_directives %> <% end -%> -<% end %> # end vhost for <%= title %> <% if ssl == true %>