summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-06 18:45:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-06 18:45:12 -0300
commit7ca57e8087b2122f9c4513021196687eaf00a43b (patch)
tree948a4eb5886069bfe8a04117e9d74a08c8ba24d7 /templates
parent323ee2f4236c1310d3075b5212a7b34c05d4747d (diff)
downloadpuppet-apache-7ca57e8087b2122f9c4513021196687eaf00a43b.tar.gz
puppet-apache-7ca57e8087b2122f9c4513021196687eaf00a43b.tar.bz2
Templating fix
Diffstat (limited to 'templates')
-rw-r--r--templates/site.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/site.erb b/templates/site.erb
index 7090e7d..7d69615 100644
--- a/templates/site.erb
+++ b/templates/site.erb
@@ -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 %>