aboutsummaryrefslogtreecommitdiff
path: root/manifests/duplicity.pp
diff options
context:
space:
mode:
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 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',