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
e7009976
Commit
e7009976
authored
Jan 17, 2009
by
Antoine Beaupre
Browse files
fix resource tag exported from rdiff resources, install rdiff in the rdiff-backup define
parent
9f61f6a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/rdiff.pp
View file @
e7009976
...
...
@@ -28,7 +28,7 @@ define backupninja::rdiff(
$backuptag
=
false
)
{
$real_backuptag
=
$backuptag
?
{
false
=>
$host
,
false
=>
"backupninja-
$host
"
,
default
=>
$backuptag
}
...
...
@@ -61,5 +61,6 @@ define backupninja::rdiff(
mode
=>
0600
,
require
=>
File
[
"
${backupninja::client::configdir}
"
]
}
package
{
"rdiff-backup"
:
ensure
=>
installed
}
}
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