summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-08 16:03:24 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2011-10-12 15:14:56 -0400
commit8d158fdece3fe68244a069fad0b91935e690a7aa (patch)
tree7f2f658e8d50613d4a22898dcb6b8e499a66687f
parent93851f9f3677009885e54fd53d9150aa5f527078 (diff)
remove duplicate $home parameter definition in backupninja::rdiff
-rw-r--r--manifests/rdiff.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rdiff.pp b/manifests/rdiff.pp
index 587c02d..cd2c7eb 100644
--- a/manifests/rdiff.pp
+++ b/manifests/rdiff.pp
@@ -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