summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-06 18:36:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-06 18:36:54 -0300
commit323ee2f4236c1310d3075b5212a7b34c05d4747d (patch)
tree11184733112fb5a33a8ba417ecd1a7310602b290 /templates
parent12cdb4bdd7b6f1d67076fdc8e3f5a197e66f615d (diff)
downloadpuppet-apache-323ee2f4236c1310d3075b5212a7b34c05d4747d.tar.gz
puppet-apache-323ee2f4236c1310d3075b5212a7b34c05d4747d.tar.bz2
Renaming additional_directives to custom_directives
Diffstat (limited to 'templates')
-rw-r--r--templates/site.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/site.erb b/templates/site.erb
index aef58e0..7090e7d 100644
--- a/templates/site.erb
+++ b/templates/site.erb
@@ -32,7 +32,7 @@
RewriteCond %{HTTP_HOST} !=<%= canonical %> [NC]
RewriteCond %{HTTP_HOST} !=""
RewriteRule ^/(.*) <%= protocol %>://<%= canonical %>/$1 [L,R=301]
-<%- if additional_directives != false -%><%= additional_directives %><%- end -%>
+<%- if custom_directives != false -%><%= custom_directives %><%- end -%>
<% end %>
</VirtualHost>
# end vhost for <%= title %>
@@ -50,7 +50,7 @@
<% if use != false %><% use.each do |instance| -%>
Use <%= instance %>
<% end -%><% end -%>
-<%- if additional_directives != false -%><%= additional_directives %><%- end -%>
+<%- if custom_directives != false -%><%= custom_directives %><%- end -%>
<% if mpm == true %>
<IfModule mpm_itk_module>
AssignUserId <%= user %> <%= gid %>