aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-24 10:47:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-24 10:47:37 -0300
commita05dce10f21a6ea2e6b5192e68b6d1e8e8b0d622 (patch)
tree282b94b144da1b3fce67779a7c4bf62202ec0470 /manifests
parentf4c9ad15aff0395a2e64c1c8e72efd63d6b0c16c (diff)
downloadpuppet-backup-a05dce10f21a6ea2e6b5192e68b6d1e8e8b0d622.tar.gz
puppet-backup-a05dce10f21a6ea2e6b5192e68b6d1e8e8b0d622.tar.bz2
Rename duplicity template (2)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/duplicity.pp2
1 files changed, 1 insertions, 1 deletions
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,