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 -%>