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

Does not work with new version of mysql cookbook #45

Open
Denis-Mak opened this issue Nov 27, 2015 · 2 comments
Open

Does not work with new version of mysql cookbook #45

Denis-Mak opened this issue Nov 27, 2015 · 2 comments

Comments

@Denis-Mak
Copy link

Cookbook mysql moved from recepies to LWRP, that is why in default.rb you need to change
include_recipe "mysql::client" if node[:sphinx][:use_mysql]

to something like this:

mysql_client 'default' do
  action :create
  only_if {node[:sphinx][:use_mysql]}
end
@brchristian
Copy link

👍 Same here

@brchristian
Copy link

Looks to me like PR #42 addresses this...unfortunately it appears to be unmerged in over 6 months...

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