From: Silvio Rhatto Date: Thu, 6 Jun 2013 22:31:44 +0000 (-0300) Subject: Templating fix (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=591c915b3b7bc69e5ea4dbb4a97d42d2b28acae7;p=puppet-apache.git Templating fix (2) --- diff --git a/templates/site.erb b/templates/site.erb index 7d69615..acd5c33 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -50,9 +50,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 %>