diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-06 18:45:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-06 18:45:12 -0300 |
commit | 7ca57e8087b2122f9c4513021196687eaf00a43b (patch) | |
tree | 948a4eb5886069bfe8a04117e9d74a08c8ba24d7 /templates/site.erb | |
parent | 323ee2f4236c1310d3075b5212a7b34c05d4747d (diff) | |
download | puppet-apache-7ca57e8087b2122f9c4513021196687eaf00a43b.tar.gz puppet-apache-7ca57e8087b2122f9c4513021196687eaf00a43b.tar.bz2 |
Templating fix
Diffstat (limited to 'templates/site.erb')
-rw-r--r-- | templates/site.erb | 4 |
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 %> |