From 44391419c18810c7227967d9dac74c7b70e98cef 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/vhost/_directories.erb b/templates/vhost/_directories.erb index ba072523fc..fc57ac8070 100644 --- a/templates/vhost/_directories.erb +++ b/templates/vhost/_directories.erb @@ -236,6 +236,9 @@ <%- end -%> <%- if 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 -%>