diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-06-17 14:06:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-06-17 14:06:22 -0300 |
commit | b03edcdc66fcfef2ec576147a4c0ca21e27b477f (patch) | |
tree | 20d5f55ae8ac9371d961f6990988fa085c5fd908 /manifests/subsystems | |
parent | 39c9eb2d30012492f37ee39d0e9be7326972c20e (diff) | |
download | puppet-nodo-b03edcdc66fcfef2ec576147a4c0ca21e27b477f.tar.gz puppet-nodo-b03edcdc66fcfef2ec576147a4c0ca21e27b477f.tar.bz2 |
Using root_parents instead of svn_roots
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/websites.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |