diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-20 00:05:33 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-20 00:05:33 +0300 |
commit | 117aa10a3e54a920b6eab675e67f9999e249fe37 (patch) | |
tree | ae046adaabdab320a38b689c7fa72dad7a3e653a /modules/catdap/manifests/snapshot.pp | |
parent | 537a14a19d232672f15a41aa8b4e0423b2fb216e (diff) | |
download | puppet-117aa10a3e54a920b6eab675e67f9999e249fe37.tar puppet-117aa10a3e54a920b6eab675e67f9999e249fe37.tar.gz puppet-117aa10a3e54a920b6eab675e67f9999e249fe37.tar.bz2 puppet-117aa10a3e54a920b6eab675e67f9999e249fe37.tar.xz puppet-117aa10a3e54a920b6eab675e67f9999e249fe37.zip |
lint fixes for catdap
Diffstat (limited to 'modules/catdap/manifests/snapshot.pp')
-rw-r--r-- | modules/catdap/manifests/snapshot.pp | 2 |
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, } |