aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-23 16:03:02 +0000
committerMichael Scherer <misc@mageia.org>2010-11-23 16:03:02 +0000
commit9ff7190b64fc48c5d358dc9ad46efb989711af2f (patch)
treec17fb951a0990322d5c3f1da975e46e0791fefae
parent124adefcf819e1238a9d61e571be2024e8887253 (diff)
downloadpuppet-9ff7190b64fc48c5d358dc9ad46efb989711af2f.tar
puppet-9ff7190b64fc48c5d358dc9ad46efb989711af2f.tar.gz
puppet-9ff7190b64fc48c5d358dc9ad46efb989711af2f.tar.bz2
puppet-9ff7190b64fc48c5d358dc9ad46efb989711af2f.tar.xz
puppet-9ff7190b64fc48c5d358dc9ad46efb989711af2f.zip
automatically pull apache::base to be consistant with others define
-rw-r--r--modules/apache/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp
index 2c780200..57687d64 100644
--- a/modules/apache/manifests/init.pp
+++ b/modules/apache/manifests/init.pp
@@ -143,6 +143,7 @@ class apache {
}
define webapp_other($webapp_file) {
+ include apache::base
$webappname = $name
file { "webapp_$name.conf":
path => "/etc/httpd/conf/webapps.d/$webappname.conf",