You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DB Providers are missing from director.pp except pgsql.
should be something like:
case $db_type {
/^(pgsql|postgresql)$/: { include bacula::director::postgresql }
/^(mysql)$/: { include bacula::director::mysql }
....
....
default: { fail('No db_type set') }
The text was updated successfully, but these errors were encountered:
DB Providers are missing from director.pp except pgsql.
should be something like:
case $db_type {
/^(pgsql|postgresql)$/: { include bacula::director::postgresql }
/^(mysql)$/: { include bacula::director::mysql }
....
....
default: { fail('No db_type set') }
The text was updated successfully, but these errors were encountered: