aboutsummaryrefslogtreecommitdiff
path: root/manifests/rdiff.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-08-27 21:16:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2009-08-27 21:16:45 -0300
commit51fa752d2f4f8e68c933483c8c772181de96f4bf (patch)
tree59b8aa93b6e4c0ccb7c6a0b70e233268b0c550b9 /manifests/rdiff.pp
parent3262942cba7b324e7c23756ef026e28053acfa95 (diff)
downloadpuppet-backupninja-51fa752d2f4f8e68c933483c8c772181de96f4bf.tar.gz
puppet-backupninja-51fa752d2f4f8e68c933483c8c772181de96f4bf.tar.bz2
Making backupkeytype = false by default to avoided blank keytype
Diffstat (limited to 'manifests/rdiff.pp')
-rw-r--r--manifests/rdiff.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rdiff.pp b/manifests/rdiff.pp
index 55aa382..9348b42 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 = false, $ssh_dir_manage = true,
$ssh_dir = false, $authorized_keys_file = false, $installuser = true, $installkey = true,
- $backuptag = false, $home = false, $backupkeytype = '')
+ $backuptag = false, $home = false, $backupkeytype = false)
{
include backupninja::client