aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r--modules/buildsystem/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index e15ebd8c..81b04636 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -214,6 +214,10 @@ class buildsystem {
require => User[$maintdb_login],
}
+ apache::vhost_base { "maintdb.$domain":
+ location => $maintdb_dbdir,
+ content => template("buildsystem/vhost_maintdb.conf"),
+ }
}
class binrepo inherits base {