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

index 7090e7d7a948ab6828b4775594cafde8ab20caa9..7d696152fa7408d92cdd728dbdad47bdd11fdd3e 100644 (file)
@@ -50,7 +50,9 @@
 <% if use != false %><% use.each do |instance| -%>
    Use <%= instance %>
 <% end -%><% end -%>
-<%- if custom_directives != false -%><%= custom_directives %><%- end -%>
+<%- if custom_directives != false -%>
+  <%= custom_directives %>
+<%- end -%>
 <% if mpm == true %>
    <IfModule mpm_itk_module>
      AssignUserId <%= user %> <%= gid %>