From: Silvio Rhatto Date: Thu, 6 Jun 2013 22:57:03 +0000 (-0300) Subject: Templating fix (4) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f84a8bb4d56eecd6451d654d048648b644949922;p=puppet-apache.git Templating fix (4) --- diff --git a/templates/site.erb b/templates/site.erb index 34d1b06..25bdb4d 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -32,9 +32,9 @@ RewriteCond %{HTTP_HOST} !=<%= canonical %> [NC] RewriteCond %{HTTP_HOST} !="" RewriteRule ^/(.*) <%= protocol %>://<%= canonical %>/$1 [L,R=301] -<%- if custom_directives != false -%> - <%= custom_directives %> -<%- end -%> +<% if custom_directives != false -%> + <%= custom_directives %> +<% end -%> <% end %> # end vhost for <%= title %> @@ -52,9 +52,9 @@ <% if use != false %><% use.each do |instance| -%> Use <%= instance %> <% end -%><% end -%> -<%- if custom_directives != false -%> +<% if custom_directives != false -%> <%= custom_directives %> -<%- end -%> +<% end -%> <% if mpm == true %> AssignUserId <%= user %> <%= gid %>