diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-01-03 16:00:08 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-01-03 16:00:08 +0000 |
commit | f2a95b17b775de16d499f0876502fab8717f7c60 (patch) | |
tree | a035c1cfc3071fdc0efc7b758f8c04bd7aff1a19 /modules/viewvc | |
parent | b0f8936b2233f3264593b66991cf6411a0dbbc5b (diff) | |
download | puppet-f2a95b17b775de16d499f0876502fab8717f7c60.tar puppet-f2a95b17b775de16d499f0876502fab8717f7c60.tar.gz puppet-f2a95b17b775de16d499f0876502fab8717f7c60.tar.bz2 puppet-f2a95b17b775de16d499f0876502fab8717f7c60.tar.xz puppet-f2a95b17b775de16d499f0876502fab8717f7c60.zip |
viewvc: add alias for /robots.txt
Diffstat (limited to 'modules/viewvc')
-rw-r--r-- | modules/viewvc/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/viewvc/manifests/init.pp b/modules/viewvc/manifests/init.pp index a630599a..b4a1936c 100644 --- a/modules/viewvc/manifests/init.pp +++ b/modules/viewvc/manifests/init.pp @@ -30,6 +30,7 @@ class viewvc { apache::vhost::base { "svnweb.$::domain": aliases => {'/viewvc' => '/var/www/viewvc/', + '/robots.txt' => '/var/www/viewvc/robots.txt', '/' => '/usr/share/viewvc/bin/wsgi/viewvc.fcgi/'}, content => template('viewvc/vhost.conf') } |