diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-24 10:47:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-24 10:47:37 -0300 |
commit | a05dce10f21a6ea2e6b5192e68b6d1e8e8b0d622 (patch) | |
tree | 282b94b144da1b3fce67779a7c4bf62202ec0470 | |
parent | f4c9ad15aff0395a2e64c1c8e72efd63d6b0c16c (diff) | |
download | puppet-backup-a05dce10f21a6ea2e6b5192e68b6d1e8e8b0d622.tar.gz puppet-backup-a05dce10f21a6ea2e6b5192e68b6d1e8e8b0d622.tar.bz2 |
Rename duplicity template (2)
-rw-r--r-- | manifests/duplicity.pp | 2 |
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, |