From 117aa10a3e54a920b6eab675e67f9999e249fe37 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 20 Oct 2015 00:05:33 +0300 Subject: lint fixes for catdap --- modules/catdap/manifests/snapshot.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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, } -- cgit v1.2.1