aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-20 00:05:33 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-20 00:05:33 +0300
commit117aa10a3e54a920b6eab675e67f9999e249fe37 (patch)
treeae046adaabdab320a38b689c7fa72dad7a3e653a
parent537a14a19d232672f15a41aa8b4e0423b2fb216e (diff)
downloadpuppet-117aa10a3e54a920b6eab675e67f9999e249fe37.tar
puppet-117aa10a3e54a920b6eab675e67f9999e249fe37.tar.gz
puppet-117aa10a3e54a920b6eab675e67f9999e249fe37.tar.bz2
puppet-117aa10a3e54a920b6eab675e67f9999e249fe37.tar.xz
puppet-117aa10a3e54a920b6eab675e67f9999e249fe37.zip
lint fixes for catdap
-rw-r--r--modules/catdap/manifests/snapshot.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/catdap/manifests/snapshot.pp b/modules/catdap/manifests/snapshot.pp
index 684d4a74..e5aa734f 100644
--- a/modules/catdap/manifests/snapshot.pp
+++ b/modules/catdap/manifests/snapshot.pp
@@ -12,7 +12,7 @@ define catdap::snapshot($location, $git_location, $git_branch = 'master') {
}
apache::vhost::catalyst_app { $name:
- script => "$location/script/catdap_fastcgi.pl",
+ script => "${location}/script/catdap_fastcgi.pl",
location => $location,
use_ssl => true,
}