diff options
Diffstat (limited to 'manifests')
| -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,  | 
