aboutsummaryrefslogtreecommitdiffstats
path: root/modules/catdap/manifests/snapshot.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/catdap/manifests/snapshot.pp')
-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 e5aa734f..35ca692e 100644
--- a/modules/catdap/manifests/snapshot.pp
+++ b/modules/catdap/manifests/snapshot.pp
@@ -1,5 +1,5 @@
define catdap::snapshot($location, $git_location, $git_branch = 'master') {
- file { "$location/catdap_local.yml":
+ file { "${location}/catdap_local.yml":
group => apache,
mode => '0640',
content => template('catdap/catdap_local.yml'),