From a9f14bb071fd5fdbd0babc31c6b24257a4f5943d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 22 Nov 2010 23:30:59 +0000 Subject: include apache::base --- modules/buildsystem/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 965973f8..6ab964d2 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -27,7 +27,7 @@ class buildsystem { ensure => "installed" } - include apache + include apache::base apache::vhost_other_app { "repository.$domain": vhost_file => "buildsystem/vhost_repository.conf", } -- cgit v1.2.1