aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
}