From cfe68b9c2da2ff48171e2bbdb8988b92f7f41ee1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 May 2018 08:17:47 -0300 Subject: Adds borg action and misc changes --- manifests/duplicity.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/duplicity.pp') diff --git a/manifests/duplicity.pp b/manifests/duplicity.pp index e84e050..c7801a3 100644 --- a/manifests/duplicity.pp +++ b/manifests/duplicity.pp @@ -32,7 +32,7 @@ define backup::duplicity( # the backupninja rule for this duplicity backup file { "${backupninja::configdir}/${order}_duplicity-${title}.sh": ensure => $ensure, - content => template('backup/duplicity.conf.erb'), + content => template('backup/duplicity.sh.erb'), owner => root, group => root, mode => '0600', -- cgit v1.2.3