summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-06-17 14:05:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-06-17 14:05:41 -0300
commit1af25652c45c78434bc7e39631f01475d92d1ed1 (patch)
tree246966ce5c6244877737ec34d1c1dfc4222eca55 /manifests
parent80c49351edc7f7a878a7e00392fdd28434bceefe (diff)
downloadpuppet-viewvc-1af25652c45c78434bc7e39631f01475d92d1ed1.tar.gz
puppet-viewvc-1af25652c45c78434bc7e39631f01475d92d1ed1.tar.bz2
Using root_parents instead of svn_roots
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':