aboutsummaryrefslogtreecommitdiffstats
path: root/modules/viewvc
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-01 12:50:27 +0000
committerMichael Scherer <misc@mageia.org>2011-02-01 12:50:27 +0000
commitb7461818ca119c43e586f0acfe9ffc875047adbd (patch)
treeabda4df268cf39b36f92033d458a5f3f9c0bccff /modules/viewvc
parentc4d11b1cceeccea29aa9089be28e19544d7851c2 (diff)
downloadpuppet-b7461818ca119c43e586f0acfe9ffc875047adbd.tar
puppet-b7461818ca119c43e586f0acfe9ffc875047adbd.tar.gz
puppet-b7461818ca119c43e586f0acfe9ffc875047adbd.tar.bz2
puppet-b7461818ca119c43e586f0acfe9ffc875047adbd.tar.xz
puppet-b7461818ca119c43e586f0acfe9ffc875047adbd.zip
fix typo, spotted by damsweb
Diffstat (limited to 'modules/viewvc')
-rw-r--r--modules/viewvc/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/viewvc/manifests/init.pp b/modules/viewvc/manifests/init.pp
index 4b8018d0..55d36842 100644
--- a/modules/viewvc/manifests/init.pp
+++ b/modules/viewvc/manifests/init.pp
@@ -21,7 +21,7 @@ class viewvc {
}
# need newer version of viewvc
- apache::vhost_wsgi{ "svbweb.$domain":
+ apache::vhost_wsgi{ "svnweb.$domain":
# remove this alias in mars 2011
server_aliases => "viewvc.$domain",
wsgi_path => "/usr/share/viewvc/bin/wsgi/viewvc.wsgi",