aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-08 12:29:49 +0000
committerMichael Scherer <misc@mageia.org>2011-03-08 12:29:49 +0000
commit6ea188dcf955d9eed1e1cfcd9867c49149155199 (patch)
treeb37e69203cb349749049783967d149b43b6e7311 /modules/buildsystem/manifests
parent8a184fe55e4c791da75ba2774d16b0a3bcafd49a (diff)
downloadpuppet-6ea188dcf955d9eed1e1cfcd9867c49149155199.tar
puppet-6ea188dcf955d9eed1e1cfcd9867c49149155199.tar.gz
puppet-6ea188dcf955d9eed1e1cfcd9867c49149155199.tar.bz2
puppet-6ea188dcf955d9eed1e1cfcd9867c49149155199.tar.xz
puppet-6ea188dcf955d9eed1e1cfcd9867c49149155199.zip
reuse standard apache vhost type ( one less specific configuration file )
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/init.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 74341057..712f2f72 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -46,8 +46,9 @@ class buildsystem {
vhost_file => "buildsystem/vhost_repository.conf",
}
- apache::vhost_other_app { "pkgsubmit.$domain":
- vhost_file => "buildsystem/vhost_pkgsubmit.conf",
+ apache::vhost_base { "pkgsubmit.$domain":
+ aliases => { "/uploads" => "$sched_home_dir/uploads" },
+ location => "/var/www/bs/",
}
include scheduler