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 | |
parent | 2aec00712059894b2310060b4a64f45ec6edfda9 (diff) | |
download | puppet-nodo-a2af98fc9fdbf91b9f22d6187ed013292d146077.tar.gz puppet-nodo-a2af98fc9fdbf91b9f22d6187ed013292d146077.tar.bz2 |
Adding module viewvc
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 | ||||
-rw-r--r-- | manifests/subsystems/websites.pp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 2e098ee..419be8e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -43,6 +43,7 @@ import "mail" import "shorewall" import "ekeyd" import "lsb" +import "viewvc" # Import subsystems import "subsystems/firewall.pp" 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 |