From 01a3654078b903f649f1fc29790577a45d4daf18 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 25 Nov 2010 11:46:30 +0000 Subject: add pkgsubmit vhost --- modules/buildsystem/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/buildsystem/manifests') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index eb85b6e8..9a271559 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -31,6 +31,10 @@ class buildsystem { vhost_file => "buildsystem/vhost_repository.conf", } + apache::vhost_other_app { "pkgsubmit.$domain": + vhost_file => "buildsystem/vhost_pkgsubmit.conf", + } + include scheduler include gatherer } -- cgit v1.2.1