diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-23 16:03:02 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-23 16:03:02 +0000 |
commit | 9ff7190b64fc48c5d358dc9ad46efb989711af2f (patch) | |
tree | c17fb951a0990322d5c3f1da975e46e0791fefae /modules/apache/manifests | |
parent | 124adefcf819e1238a9d61e571be2024e8887253 (diff) | |
download | puppet-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
Diffstat (limited to 'modules/apache/manifests')
-rw-r--r-- | modules/apache/manifests/init.pp | 1 |
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", |