Skip to content

Does not work with new version of mysql cookbook #45

@Denis-Mak

Description

@Denis-Mak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions