summaryrefslogtreecommitdiff
path: root/files/svn_deb_conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'files/svn_deb_conf.inc')
-rw-r--r--files/svn_deb_conf.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/files/svn_deb_conf.inc b/files/svn_deb_conf.inc
new file mode 100644
index 0000000..edba0b7
--- /dev/null
+++ b/files/svn_deb_conf.inc
@@ -0,0 +1,7 @@
+<?php
+// managed by puppet
+$config->parentPath("/var/svn");
+$config->setEnscriptPath("/usr/bin");
+$config->setSedPath("/bin");
+$config->useEnscript();
+?>