From: Silvio Rhatto Date: Fri, 17 Jun 2011 17:06:22 +0000 (-0300) Subject: Using root_parents instead of svn_roots X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b03edcdc66fcfef2ec576147a4c0ca21e27b477f;p=puppet-nodo.git Using root_parents instead of svn_roots --- diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index 1f067ad..bc04734 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -5,7 +5,7 @@ class websites::setup { $apache_sites_folder = "/var/sites" $apache_error_dest = "http://${domain}/missing.html" $drupal_folder = "${apache_www_folder}/drupal" - $viewvc_svn_roots = "svn: /var/svn" + $viewvc_root_parents = "/var/svn : svn" $default_vhost = $apache_server_name ? { '' => $hostname,