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
e0982845
Commit
e0982845
authored
Aug 26, 2009
by
Silvio Rhatto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops
parent
c80b8348
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
manifests/rdiff.pp
manifests/rdiff.pp
+5
-4
No files found.
manifests/rdiff.pp
View file @
e0982845
...
...
@@ -32,12 +32,13 @@ define backupninja::rdiff(
'remote'
:
{
case
$host
{
false
:
{
err
(
"need to define a host for remote backups!"
)
}
}
$real_home
=
$home
?
{
false
=>
$directory
,
default
=>
$home
,
}
backupninja::server::sandbox
{
$real_home
=
$home
?
{
false
=>
$directory
,
default
=>
$home
,
}
"
${user}
-
${name}
"
:
user
=>
$user
,
host
=>
$host
,
dir
=>
$real_home
,
manage_ssh_dir
=>
$ssh_dir_manage
,
ssh_dir
=>
$ssh_dir
,
authorized_keys_file
=>
$authorized_keys_file
,
installuser
=>
$installuser
,
...
...
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