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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/manifests/webapp_other.pp b/modules/apache/manifests/webapp_other.pp
index 277558b5..147a2370 100644
--- a/modules/apache/manifests/webapp_other.pp
+++ b/modules/apache/manifests/webapp_other.pp
@@ -1,7 +1,7 @@
define apache::webapp_other($webapp_file) {
include apache::base
$webappname = $name
- apache::config { "/etc/httpd/conf/webapps.d/$webappname.conf":
+ apache::config { "/etc/httpd/conf/webapps.d/${webappname}.conf":
content => template($webapp_file),
}
}