]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
remove duplicate $home parameter definition in backupninja::rdiff
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>
Mon, 8 Feb 2010 21:03:24 +0000 (16:03 -0500)
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>
Wed, 12 Oct 2011 19:14:56 +0000 (15:14 -0400)
manifests/rdiff.pp

index 587c02dd65c83af31d75f2f4ecb46becece29735..cd2c7eb05c2eeea706585ece93c8f108f04d5437 100644 (file)
@@ -25,7 +25,7 @@ define backupninja::rdiff(
                "/home", "/usr/local/*bin", "/var/lib/dpkg/status*" ],
   $vsinclude = false, $keep = 30, $sshoptions = false, $options = '--force', $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')
+  $backuptag = false, $backupkeytype = "rsa", $backupkeystore = false, $extras = false, $nagios2_description = 'backups')
 {
   include backupninja::client::rdiff_backup