]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Templating fix (2)
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Jun 2013 22:31:44 +0000 (19:31 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Jun 2013 22:31:44 +0000 (19:31 -0300)
templates/site.erb

index 7d696152fa7408d92cdd728dbdad47bdd11fdd3e..acd5c3377134f0a6dc1db184ae728694844a649b 100644 (file)
@@ -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 %>
    <IfModule mpm_itk_module>
      AssignUserId <%= user %> <%= gid %>