diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:07:40 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:07:40 +0000 |
commit | c82d2d6bb1571c3f9058e8c52fa83831cfbea360 (patch) | |
tree | 4ba1261aeedaf6b91b2f24c0a7ab3f23cf47bf75 | |
parent | 94be11591570bd58bf2fa9fe785989480bf4502f (diff) | |
download | puppet-c82d2d6bb1571c3f9058e8c52fa83831cfbea360.tar puppet-c82d2d6bb1571c3f9058e8c52fa83831cfbea360.tar.gz puppet-c82d2d6bb1571c3f9058e8c52fa83831cfbea360.tar.bz2 puppet-c82d2d6bb1571c3f9058e8c52fa83831cfbea360.tar.xz puppet-c82d2d6bb1571c3f9058e8c52fa83831cfbea360.zip |
buildsystem: add themes alias in webstatus vhost config
Add alias for themes directory in webstatus vhost config.
-rw-r--r-- | modules/buildsystem/manifests/webstatus.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/webstatus.pp b/modules/buildsystem/manifests/webstatus.pp index 238e8be1..ad458a45 100644 --- a/modules/buildsystem/manifests/webstatus.pp +++ b/modules/buildsystem/manifests/webstatus.pp @@ -10,7 +10,8 @@ class buildsystem::webstatus { apache::vhost::base { $buildsystem::var::webstatus::hostname: aliases => { '/uploads' => "${buildsystem::var::scheduler::homedir}/uploads", - '/autobuild/cauldron/x86_64/core/log/status.core.log' => "$location/autobuild/broken.php" + '/autobuild/cauldron/x86_64/core/log/status.core.log' => "$location/autobuild/broken.php", + '/themes' => $buildsystem::var::webstatus::themes_dir, }, location => $buildsystem::var::webstatus::location, content => template('buildsystem/vhost_webstatus.conf'), |