summaryrefslogtreecommitdiff
path: root/templates/vhosts/webdav
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2009-12-23 16:06:45 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2009-12-23 16:06:45 -0500
commitd2c4bdf792815f0a0f54d717bdec619f03d984ab (patch)
treeb80bd6aa94eda96089ebb005763f9f39eb71d76c /templates/vhosts/webdav
parent9513cf4a201d0e7148aa5f0db490a29a02611b19 (diff)
introduce config::global for global configs in conf.d and config::include for vhost snippets in include.d
Diffstat (limited to 'templates/vhosts/webdav')
-rw-r--r--templates/vhosts/webdav/webdav.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/vhosts/webdav/webdav.erb b/templates/vhosts/webdav/webdav.erb
index bf4f2d2..671ff58 100644
--- a/templates/vhosts/webdav/webdav.erb
+++ b/templates/vhosts/webdav/webdav.erb
@@ -1,7 +1,7 @@
# <%= servername %>
<%- unless ssl_mode.to_s == 'only' then -%>
<VirtualHost *:80>
- Include conf.d/defaults.inc
+ Include include.d/defaults.inc
ServerName <%= servername %>
<%- unless serveralias.to_s.empty? then -%>
@@ -43,7 +43,7 @@
require valid-user
<%- end -%>
<%- if ldap_auth.to_s == 'true' then -%>
- Include conf.d/ldap_auth.inc
+ Include include.d/ldap_auth.inc
<%- unless ldap_user.to_s == 'any' -%>
Require ldap-user <%= ldap_user.to_s %>
<%- else -%>
@@ -75,8 +75,8 @@
<%- unless ssl_mode.to_s == 'false' then -%>
<VirtualHost *:443>
- Include conf.d/defaults.inc
- Include conf.d/ssl_defaults.inc
+ Include include.d/defaults.inc
+ Include include.d/ssl_defaults.inc
ServerName <%= servername %>
<%- unless serveralias.to_s.empty? then -%>
@@ -117,7 +117,7 @@
require valid-user
<%- end -%>
<%- if ldap_auth.to_s == 'true' then -%>
- Include conf.d/ldap_auth.inc
+ Include include.d/ldap_auth.inc
<%- unless ldap_user.to_s == 'any' -%>
Require ldap-user <%= ldap_user.to_s %>
<%- else -%>