bacula: Added support for MySQL catalog backup.
This commit is contained in:
parent
ce958b5e3e
commit
901b8ca93c
2 changed files with 26 additions and 4 deletions
|
@ -144,6 +144,7 @@ class bacula::director($password=undef,
|
|||
}
|
||||
}
|
||||
"mysql": {
|
||||
require mysql::client
|
||||
if !$dbpassword {
|
||||
fail("\$dbpassword is required for bacula::director when using '${dbadapter} database")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue