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

Virtual resource #101

Closed
cvsup opened this issue Aug 21, 2017 · 4 comments
Closed

Virtual resource #101

cvsup opened this issue Aug 21, 2017 · 4 comments

Comments

@cvsup
Copy link

cvsup commented Aug 21, 2017

When run puppet agent -t in node this report the follow error:

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Failed to realize virtual resources Package[bacula-director-mysql] on node
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

Manifest configuration

    class { 'bacula':
            director_name   => 'shelenagw-dir',
    }

    class { 'bacula::director':
            #packages       => ['bacula-director', 'bacula-common', 'bacula-sd'],
            password        => 'test123',
            db_type         => 'mysql',
            manage_db       => false,
            db_name         => 'bacula',
            db_user         => 'bacula',
            db_pw           => 'bacula',
    }
@zachfi
Copy link
Contributor

zachfi commented Aug 24, 2017

Thanks for the note. This is related to #58. Currently there is not code in place to handle mysql. If you are in a position to use postgres in place of mysql, that would likely be the fastest path forward. Also, if you are able to help add support for mysql to this module, it should be only a few resources that look similar to the postgres code that is in place currently.

@zachfi
Copy link
Contributor

zachfi commented May 6, 2018

Hi @cvsup Are you able to help with this work? Is this still a requirement for you?

@smortex
Copy link
Member

smortex commented Feb 19, 2019

I think that this issue has been overcome by events. As of f954814 we do not use virtual resources to install packages anymore.

The fact that MySQL is not supported still exist but #58 is already there 😉.

Maybe we can close this issue?

@zachfi
Copy link
Contributor

zachfi commented Feb 20, 2019

Seems reasonable to me.

@zachfi zachfi closed this as completed Feb 20, 2019
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

3 participants