Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

database providers missing #58

Open
f3rr opened this issue Nov 20, 2015 · 1 comment
Open

database providers missing #58

f3rr opened this issue Nov 20, 2015 · 1 comment

Comments

@f3rr
Copy link

f3rr commented Nov 20, 2015

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') }

@zachfi
Copy link
Contributor

zachfi commented Jul 24, 2017

PRs for this are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants