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
e8b238bf
Commit
e8b238bf
authored
Aug 27, 2009
by
Micah Anderson
Browse files
set a requirement that the rdiff-backup directory variable must be set
parent
aaa46561
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/rdiff.pp
View file @
e8b238bf
...
...
@@ -28,6 +28,9 @@ define backupninja::rdiff(
$backuptag
=
false
)
{
include
backupninja::client
case
$directory
{
false
:
{
err
(
"need to define a directory for where the backups should go!"
)
}
}
case
$type
{
'remote'
:
{
case
$host
{
false
:
{
err
(
"need to define a host for remote backups!"
)
}
}
...
...
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