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

superclass mismatch for class Mysql2ChefGem #6

Closed
ajardan opened this issue May 6, 2015 · 2 comments
Closed

superclass mismatch for class Mysql2ChefGem #6

ajardan opened this issue May 6, 2015 · 2 comments

Comments

@ajardan
Copy link

ajardan commented May 6, 2015

==> default:   1:  class Chef
==> default:   2:    class Provider
==> default:   3:      # Public: Provider to install `mysql2` gem for Chef
==> default: 
==> default:   4>>     class Mysql2ChefGem < Chef::Provider::LWRPBase
==> default:   5:        use_inline_resources if defined?(use_inline_resources)
==> default:   6:  
==> default:   7:        def whyrun_supported?
==> default: 
==> default:   8:          true
==> default:   9:        end
==> default:  10:  
==> default: 
==> default:  11:        def action_install
==> default: 
==> default:  12:          converge_by "install mysql2 chef_gem and dependencies" do
==> default:  13:            recipe_eval do
@tas50
Copy link
Contributor

tas50 commented Mar 29, 2017

I've reworked the resource in v 2.0 of the cookbook. This shouldn't be an issue anymore

@tas50 tas50 closed this as completed Mar 29, 2017
@ajardan
Copy link
Author

ajardan commented Mar 29, 2017

Thank you Tim !

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