aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/webapp_other.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/manifests/webapp_other.pp')
-rw-r--r--modules/apache/manifests/webapp_other.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/apache/manifests/webapp_other.pp b/modules/apache/manifests/webapp_other.pp
new file mode 100644
index 00000000..147a2370
--- /dev/null
+++ b/modules/apache/manifests/webapp_other.pp
@@ -0,0 +1,7 @@
+define apache::webapp_other($webapp_file) {
+ include apache::base
+ $webappname = $name
+ apache::config { "/etc/httpd/conf/webapps.d/${webappname}.conf":
+ content => template($webapp_file),
+ }
+}