Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chris
puppet-backupninja
Commits
f96267fe
Commit
f96267fe
authored
Aug 27, 2009
by
Silvio Rhatto
Browse files
Defaulting backupkeytype to 'rsa'
parent
31414022
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/dup.pp
View file @
f96267fe
...
...
@@ -79,7 +79,7 @@ define backupninja::duplicity( $order = 90,
$destuser
=
false
,
# configs to backupninja client
$backupkeystore
=
false
,
$backupkeytype
=
false
,
$backupkeytype
=
"rsa"
,
# options to backupninja server sandbox
$ssh_dir_manage
=
true
,
$ssh_dir
=
false
,
...
...
manifests/rdiff.pp
View file @
f96267fe
...
...
@@ -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
=
false
)
$backuptag
=
false
,
$home
=
false
,
$backupkeytype
=
"rsa"
)
{
include
backupninja::client
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment