summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-16 14:48:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-16 14:48:38 -0300
commit06b5fbe33fabfa97755a840119368440ab258365 (patch)
tree97be0c77556b96f63d5960bb675b91246aa976b2
parentbee234d0a4e490b0531e1e23488c514dbae7d816 (diff)
Minor fixes
-rw-r--r--manifests/rsync.pp4
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',