bacula: Added support for MySQL catalog backup.

This commit is contained in:
Timo Mkinen 2013-05-11 10:14:13 +03:00
parent ce958b5e3e
commit 901b8ca93c
2 changed files with 26 additions and 4 deletions

View file

@ -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")
}