diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-06-17 13:44:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-06-17 13:44:23 -0300 |
commit | a2af98fc9fdbf91b9f22d6187ed013292d146077 (patch) | |
tree | 02d895afce300d88c76682060b61ac38fd4b3364 /manifests/subsystems/websites.pp | |
parent | 2aec00712059894b2310060b4a64f45ec6edfda9 (diff) | |
download | puppet-nodo-a2af98fc9fdbf91b9f22d6187ed013292d146077.tar.gz puppet-nodo-a2af98fc9fdbf91b9f22d6187ed013292d146077.tar.bz2 |
Adding module viewvc
Diffstat (limited to 'manifests/subsystems/websites.pp')
-rw-r--r-- | manifests/subsystems/websites.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index 580538a..9bbf0df 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -5,6 +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 = "/var/svn" $default_vhost = $apache_server_name ? { '' => $hostname, @@ -126,6 +127,7 @@ class websites::hosting inherits websites::setup { include gitweb include trac include websvn + include viewvc include moin include ikiwiki include pmwiki |