From 95e1fff08423f3fb240403152c6d27d0871cdea9 Mon Sep 17 00:00:00 2001 From: Deepak Tiwari Date: Tue, 12 Dec 2023 13:59:38 +0530 Subject: [PATCH] Enable support for svn_parent_path in vhost directories --- templates/vhost/_directories.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/vhost/_directories.erb b/templates/vhost/_directories.erb index ba072523fc..d139f2ffbb 100644 --- a/templates/vhost/_directories.erb +++ b/templates/vhost/_directories.erb @@ -235,7 +235,10 @@ <%- end -%> <%- end -%> <%- if directory['dav'] -%> - Dav <%= directory['dav'] %> + DAV <%= directory['dav'] %> + <%- if directory['svn_parent_path'] -%> + SVNParentPath <%= directory['svn_parent_path'] %> + <%- end -%> <%- if directory['dav_depth_infinity'] -%> DavDepthInfinity <%= scope.call_function('apache::bool2httpd', [directory['dav_depth_infinity']]) %> <%- end -%>