aboutsummaryrefslogtreecommitdiff
path: root/manifests/sh.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:02:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:02:45 -0300
commitb5e02d6fe88dd074f4c04f32dff9f39c43ef5208 (patch)
tree88446902428e8b4fd7e84953cddb3b89486a7201 /manifests/sh.pp
parentc476ff8b9b48e63f51b4457d7838fbd7fbcecc2b (diff)
downloadpuppet-backupninja-b5e02d6fe88dd074f4c04f32dff9f39c43ef5208.tar.gz
puppet-backupninja-b5e02d6fe88dd074f4c04f32dff9f39c43ef5208.tar.bz2
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests/sh.pp')
-rw-r--r--manifests/sh.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/sh.pp b/manifests/sh.pp
index 4a60e5f..266f60e 100644
--- a/manifests/sh.pp
+++ b/manifests/sh.pp
@@ -19,7 +19,7 @@ define backupninja::sh($order = 50,
content => template('backupninja/sh.conf.erb'),
owner => root,
group => root,
- mode => 0600,
+ mode => '0600',
require => File["${backupninja::configdir}"]
}
}