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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/manifests/vhost/other_app.pp b/modules/apache/manifests/vhost/other_app.pp
index 69b3ec56..f5a71574 100644
--- a/modules/apache/manifests/vhost/other_app.pp
+++ b/modules/apache/manifests/vhost/other_app.pp
@@ -1,6 +1,6 @@
define apache::vhost::other_app($vhost_file) {
include apache::base
- apache::config { "/etc/httpd/conf/vhosts.d/$name.conf":
+ apache::config { "/etc/httpd/conf/vhosts.d/${name}.conf":
content => template($vhost_file),
}
}