aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/webapp_other.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-19 21:31:26 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-19 21:31:26 +0300
commite9d95e0776dd39ed8881c40413240d55ca1b5786 (patch)
treee142fca6e879ddc56f737dd4a56849f523a6ab44 /modules/apache/manifests/webapp_other.pp
parentbd3ba78ce61e869e68d2815a0c2b3651efed60ce (diff)
downloadpuppet-e9d95e0776dd39ed8881c40413240d55ca1b5786.tar
puppet-e9d95e0776dd39ed8881c40413240d55ca1b5786.tar.gz
puppet-e9d95e0776dd39ed8881c40413240d55ca1b5786.tar.bz2
puppet-e9d95e0776dd39ed8881c40413240d55ca1b5786.tar.xz
puppet-e9d95e0776dd39ed8881c40413240d55ca1b5786.zip
lint fixes for apache
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),
}
}