diff options
| author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-05-08 12:53:13 -0400 | 
|---|---|---|
| committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-05-08 12:53:13 -0400 | 
| commit | 60931e1d8b25cdf99bbfdd5c9bed8f5d16709928 (patch) | |
| tree | 99ac60c16aa6dec1fb3549c8f742c68337eea245 /manifests/duplicity.pp | |
| parent | cfd5993600950d200d46e1884e4b0c898c023e60 (diff) | |
| download | puppet-backupninja-60931e1d8b25cdf99bbfdd5c9bed8f5d16709928.tar.gz puppet-backupninja-60931e1d8b25cdf99bbfdd5c9bed8f5d16709928.tar.bz2 | |
Set proper defaults for $ssh_dir and $authorized_keys_file, no reason to use false
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 | 
