]> git.openstreetmap.org Git - chef.git/commitdiff
svn: Add SVNIndexXSLT at allow custom styling
authorGrant Slater <git@firefishy.com>
Sat, 11 Aug 2018 20:00:58 +0000 (21:00 +0100)
committerGrant Slater <git@firefishy.com>
Sat, 11 Aug 2018 20:00:58 +0000 (21:00 +0100)
cookbooks/subversion/templates/default/apache.erb

index 251dbc8e445de6faa19c27094049f3e0d2be8567..314701a5bf2dae954c1abeeb56ebddd4823b4f30 100644 (file)
@@ -15,6 +15,7 @@
   <Location />
     DAV svn
     SVNPath <%= @directory %>
   <Location />
     DAV svn
     SVNPath <%= @directory %>
+    SVNIndexXSLT /svnindex.xsl
 
     AuthType Basic
     AuthName "<%= @realm %>"
 
     AuthType Basic
     AuthName "<%= @realm %>"