From 60931e1d8b25cdf99bbfdd5c9bed8f5d16709928 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Fri, 8 May 2015 12:53:13 -0400 Subject: Set proper defaults for $ssh_dir and $authorized_keys_file, no reason to use false --- manifests/rsync.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/rsync.pp') diff --git a/manifests/rsync.pp b/manifests/rsync.pp index 8fbe639..6f0ca74 100644 --- a/manifests/rsync.pp +++ b/manifests/rsync.pp @@ -4,7 +4,7 @@ define backupninja::rsync( $order = 90, $ensure = present, $user = false, $home = "/home/${user}-${name}", $host = false, - $ssh_dir_manage = true, $ssh_dir = false, $authorized_keys_file = false, + $ssh_dir_manage = true, $ssh_dir = "${home}/.ssh", $authorized_keys_file = 'authorized_keys', $installuser = true, $keymanage = $backupninja::keymanage, $key = false, $backuptag = false, $backupkeytype = $backupninja::keytype, $backupkeystore = $backupninja::keystore, $extras = false, $nagios_description = 'backups', $subfolder = 'rsync', -- cgit v1.2.3