diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-25 12:47:26 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-25 12:47:26 +0000 |
commit | c7b761dabd635dc581322d8be0832a5da9ff8b99 (patch) | |
tree | db853f6b2442013f264efd69e056e28953083280 /modules/viewvc/manifests | |
parent | cc807e7c63668180a38f62fd7b1b01a0333e4e20 (diff) | |
download | puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar.gz puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar.bz2 puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar.xz puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.zip |
fix vhost invocation on several module, was missed by last commit, and add the one for redirect_ssl
Diffstat (limited to 'modules/viewvc/manifests')
-rw-r--r-- | modules/viewvc/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/viewvc/manifests/init.pp b/modules/viewvc/manifests/init.pp index 8a94a004..882fe288 100644 --- a/modules/viewvc/manifests/init.pp +++ b/modules/viewvc/manifests/init.pp @@ -28,7 +28,7 @@ class viewvc { environment => 'MAILTO=root', } - apache::vhost_base { "svnweb.$::domain": + apache::vhost::base { "svnweb.$::domain": aliases => {'/viewvc' => '/var/www/viewvc/', '/' => '/usr/share/viewvc/bin/wsgi/viewvc.fcgi/'}, content => template('viewvc/vhost.conf') |