aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-23 01:14:05 +0000
committerMichael Scherer <misc@mageia.org>2010-11-23 01:14:05 +0000
commitc65a982acb67ec94fba484d56badc4d557f4e4d9 (patch)
tree7dfac8cc00b2d6920ff4ebd2b1d0dfddc7f57425 /modules/buildsystem
parenta30291f1e669307296064b64295a84492ec2297f (diff)
downloadpuppet-c65a982acb67ec94fba484d56badc4d557f4e4d9.tar
puppet-c65a982acb67ec94fba484d56badc4d557f4e4d9.tar.gz
puppet-c65a982acb67ec94fba484d56badc4d557f4e4d9.tar.bz2
puppet-c65a982acb67ec94fba484d56badc4d557f4e4d9.tar.xz
puppet-c65a982acb67ec94fba484d56badc4d557f4e4d9.zip
- it is IMHO cleaner and logical to have apache::vhost_other_app directly requiring apache::base rather than letting every people adding it when using the class
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 6ab964d2..9492c4e9 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -27,7 +27,6 @@ class buildsystem {
ensure => "installed"
}
- include apache::base
apache::vhost_other_app { "repository.$domain":
vhost_file => "buildsystem/vhost_repository.conf",
}