diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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", } |