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