Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
puppet-backupninja
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chris
puppet-backupninja
Commits
93b370be
Commit
93b370be
authored
Jul 31, 2008
by
Micah Anderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow for a resource override of managing the ssh directory
parent
d6f0ce44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
manifests/client.pp
manifests/client.pp
+4
-0
manifests/rdiff.pp
manifests/rdiff.pp
+2
-2
No files found.
manifests/client.pp
View file @
93b370be
...
...
@@ -27,6 +27,10 @@ class backupninja::client {
''
=>
true
,
default
=>
$keymanage
}
$real_ssh_dir_manage
=
$ssh_dir_manage
?
{
''
=>
true
,
default
=>
$ssh_dir_manage
}
package
{
'backupninja'
:
ensure
=>
'0.9.5-3'
;
}
...
...
manifests/rdiff.pp
View file @
93b370be
...
...
@@ -23,7 +23,7 @@ define backupninja::rdiff(
"/home/*/gtk-gnutella-downloads"
],
$include
=
[
"/var/spool/cron/crontabs"
,
"/var/backups"
,
"/etc"
,
"/root"
,
"/home"
,
"/usr/local/*bin"
,
"/var/lib/dpkg/status*"
],
$vsinclude
=
false
,
$keep
=
30
,
$sshoptions
=
false
,
$options
=
false
,
$
manage_ssh_dir
=
true
,
$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
)
{
...
...
@@ -35,7 +35,7 @@ define backupninja::rdiff(
backupninja::server::sandbox
{
"
${user}
-
${name}
"
:
user
=>
$user
,
host
=>
$host
,
dir
=>
$directory
,
manage_ssh_dir
=>
$
manage_ssh_dir
,
ssh_dir
=>
$ssh_dir
,
manage_ssh_dir
=>
$
ssh_dir_manage
,
ssh_dir
=>
$ssh_dir
,
authorized_keys_file
=>
$authorized_keys_file
,
installuser
=>
$installuser
,
backuptag
=>
$backuptag
}
...
...
Write
Preview
Markdown
is supported
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