aboutsummaryrefslogtreecommitdiff
path: root/manifests/duplicity.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:02:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:02:42 -0300
commita0cf3162460993ce01a4b6c6fcd520c14c958332 (patch)
tree87beb7bdcd31806dfd3b40ed646366d91cdbff85 /manifests/duplicity.pp
parent554e7acae0878e44374f7ecaf3bae2e15e0a132d (diff)
downloadpuppet-backup-a0cf3162460993ce01a4b6c6fcd520c14c958332.tar.gz
puppet-backup-a0cf3162460993ce01a4b6c6fcd520c14c958332.tar.bz2
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests/duplicity.pp')
-rw-r--r--manifests/duplicity.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/duplicity.pp b/manifests/duplicity.pp
index 2da5db1..e84e050 100644
--- a/manifests/duplicity.pp
+++ b/manifests/duplicity.pp
@@ -35,7 +35,7 @@ define backup::duplicity(
content => template('backup/duplicity.conf.erb'),
owner => root,
group => root,
- mode => 0600,
+ mode => '0600',
require => File["${backupninja::configdir}"],
}