-
Notifications
You must be signed in to change notification settings - Fork 9
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
puppet-percona conflicts with puppetlabs-mysql when both installed (mysql provider issues) #20
Comments
Do you have plugin sync enabled and/or perhaps the puppetlabs mysql module installed? Looks like an outdated or wrong version of the mysql provider. |
Yes, I have pluginsync enabled and I have the following modules ├── puppetlabs-apt (v1.5.0) |
So, the problem will be that the percona module will use the puppetlabs-mysql provider stuff. I'll have to give it some thought on how we can work around this issue. Probably will have to consult with the co-author @arioch. |
Thank you, you are right. I deleted the puppetlabs-mysql and the problem was fixed. EDIT: I will leave the issue open |
In order to have both modules working we could evaluate renaming mysql_* functions to percona_*. I'd suggest that if we'd take this route to do it in a next major release and have a big fat warning next few minor releases. We could also use a custom fact detecting both modules. Using fact precedence the Percona functions would get prioritised over Puppetlabs/MySQL functions.
|
I am using puppetlabs-mysql and just trying your percona plugin and have the same issue. Any updates on resolving this issue? Thanks Edit: I've created a PR regarding this |
Hello
I have this simple class:
The package is installed without issues, but the creation of the DB fails with the following error:
I have the full error with debug enabled here:
http://pastebin.com/DXrp4zsp
Let me know if you need any more data. Thanks
The text was updated successfully, but these errors were encountered: