aboutsummaryrefslogtreecommitdiffstats
path: root/modules/viewvc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/viewvc')
-rw-r--r--modules/viewvc/manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/viewvc/manifests/init.pp b/modules/viewvc/manifests/init.pp
index 50e6f891..4b8018d0 100644
--- a/modules/viewvc/manifests/init.pp
+++ b/modules/viewvc/manifests/init.pp
@@ -21,7 +21,9 @@ class viewvc {
}
# need newer version of viewvc
- apache::vhost_wsgi{ "viewvc.$domain":
+ apache::vhost_wsgi{ "svbweb.$domain":
+ # remove this alias in mars 2011
+ server_aliases => "viewvc.$domain",
wsgi_path => "/usr/share/viewvc/bin/wsgi/viewvc.wsgi",
aliases => { "/viewvc" => "/var/www/viewvc/" },
}