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
409c13a3
Commit
409c13a3
authored
Oct 20, 2009
by
Antoine Beaupre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix directory
parent
343f27fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
manifests/rdiff.pp
manifests/rdiff.pp
+3
-3
No files found.
manifests/rdiff.pp
View file @
409c13a3
...
...
@@ -32,7 +32,6 @@ define backupninja::rdiff(
default
=>
$backuptag
}
$directory
=
"
$home
/rdiff-backup/"
include
backupninja::client::defaults
case
$type
{
...
...
@@ -40,13 +39,14 @@ define backupninja::rdiff(
case
$host
{
false
:
{
err
(
"need to define a host for remote backups!"
)
}
}
$real_home
=
$home
?
{
false
=>
$directory
,
false
=>
"/home/
${user}
-
${name}
"
,
default
=>
$home
,
}
$directory
=
"
$real_home
/rdiff-backup/"
backupninja::server::sandbox
{
"
${user}
-
${name}
"
:
user
=>
$user
,
host
=>
$fqdn
,
dir
=>
$home
,
"
${user}
-
${name}
"
:
user
=>
$user
,
host
=>
$fqdn
,
dir
=>
$
real_
home
,
manage_ssh_dir
=>
$ssh_dir_manage
,
ssh_dir
=>
$ssh_dir
,
key
=>
$key
,
authorized_keys_file
=>
$authorized_keys_file
,
installuser
=>
$installuser
,
backuptag
=>
$real_backuptag
,
keytype
=>
$backupkeytype
,
backupkeys
=>
$backupkeystore
,
...
...
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