From 06b5fbe33fabfa97755a840119368440ab258365 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 16 Aug 2010 14:48:38 -0300 Subject: Minor fixes --- manifests/rsync.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/rsync.pp') diff --git a/manifests/rsync.pp b/manifests/rsync.pp index 2839b95..7d925f2 100644 --- a/manifests/rsync.pp +++ b/manifests/rsync.pp @@ -3,8 +3,8 @@ define backupninja::rsync( $order = 90, $ensure = present, $user = false, $home = false, $host = false, - $ssh_dir_manage = true, $ssh_dir = false, $authorized_keys_file = false - $installuser = true, $installkey = true, $key = false, $backuptag = false + $ssh_dir_manage = true, $ssh_dir = false, $authorized_keys_file = false, + $installuser = true, $installkey = true, $key = false, $backuptag = false, $home = false, $backupkeytype = "rsa", $backupkeystore = false, $extras = false, $nagios2_description = 'backups', $subfolder = 'rsync', -- cgit v1.2.3