]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
Minor fixes
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Aug 2010 17:48:38 +0000 (14:48 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Aug 2010 17:48:38 +0000 (14:48 -0300)
manifests/rsync.pp

index 2839b95eb1cf184f55fa15c926cc3b961965fdcb..7d925f2b13ae657c8e64a75882c7acc7c1d04f00 100644 (file)
@@ -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',