From a05dce10f21a6ea2e6b5192e68b6d1e8e8b0d622 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 24 Mar 2015 10:47:37 -0300 Subject: Rename duplicity template (2) --- manifests/duplicity.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/duplicity.pp b/manifests/duplicity.pp index 39f12b6..7183492 100644 --- a/manifests/duplicity.pp +++ b/manifests/duplicity.pp @@ -29,7 +29,7 @@ define backup::duplicity( # the backupninja rule for this duplicity backup file { "${backupninja::client::defaults::configdir}/${order}_duplicity-${title}.sh": ensure => $ensure, - content => template('backup/dup.conf.erb'), + content => template('backup/duplicity.conf.erb'), owner => root, group => root, mode => 0600, -- cgit v1.2.3