You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 'database >= v4.0.2', recipe 'database::mysql' has been removed from the cookbook.
Which causes errors when installing database according to instructions from readme
Installing all 3 - Database MUST come before Server
Modify the metadata like this:
depends 'database', '= 2.3.1'
depends 'mysql', '= 5.6.3'
At chef client 12.4.3 (ubuntu 14.04) I have to add a package to build-essential::_debian.rb recipe:
package 'libmysqlclient-dev'
and set node['build-essential']['compile_time'] = false
As of 'database >= v4.0.2', recipe 'database::mysql' has been removed from the cookbook.
Which causes errors when installing database according to instructions from readme
Result of installation
Thanks
The text was updated successfully, but these errors were encountered: