From 1b5e1079510a28662049415b705f61be492db350 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 4 Oct 2011 17:02:30 +0000 Subject: add vhost for maintdb --- 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 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 { -- cgit v1.2.1