diff options
Diffstat (limited to 'manifests/duplicity.pp')
| -rw-r--r-- | manifests/duplicity.pp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/manifests/duplicity.pp b/manifests/duplicity.pp index 76cff8d..cd54443 100644 --- a/manifests/duplicity.pp +++ b/manifests/duplicity.pp @@ -88,8 +88,8 @@ define backupninja::duplicity( $order  = 90,                                 $backupkeydestname    = $backupninja::keydestname,                                 # options to backupninja server sandbox                                 $ssh_dir_manage       = true, -                               $ssh_dir              = false, -                               $authorized_keys_file = false, +                               $ssh_dir              = "${destdir}/.ssh", +                               $authorized_keys_file = 'authorized_keys',                                 $installuser          = true,                                 $backuptag            = false,                                 # key options | 
