summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e59b66c..2900952 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,6 +1,6 @@
class viewvc {
- case $viewvc_svn_roots {
- '': { $viewvc_svn_roots = "svn: /var/lib/svn" }
+ case $viewvc_root_parents {
+ '': { $viewvc_root_parents = "/var/lib/svn : svn" }
}
package { 'viewvc':