diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-16 14:48:38 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-16 14:48:38 -0300 | 
| commit | 06b5fbe33fabfa97755a840119368440ab258365 (patch) | |
| tree | 97be0c77556b96f63d5960bb675b91246aa976b2 /manifests | |
| parent | bee234d0a4e490b0531e1e23488c514dbae7d816 (diff) | |
| download | puppet-backupninja-06b5fbe33fabfa97755a840119368440ab258365.tar.gz puppet-backupninja-06b5fbe33fabfa97755a840119368440ab258365.tar.bz2 | |
Minor fixes
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/rsync.pp | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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', | 
