summaryrefslogtreecommitdiff
path: root/manifests/duplicity.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-08 12:53:13 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-08 12:53:13 -0400
commit60931e1d8b25cdf99bbfdd5c9bed8f5d16709928 (patch)
tree99ac60c16aa6dec1fb3549c8f742c68337eea245 /manifests/duplicity.pp
parentcfd5993600950d200d46e1884e4b0c898c023e60 (diff)
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.pp4
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