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