cookbook is broker because of no versionlock in metadata
ramonskie opened this issue · 1 comments
ramonskie commented
because there is no version lock in the meta data
and mysql and database have had some major overhaul
it does not work anymore
this can be fixed by setting the depend versions in the metadata
depends 'mysql', '~> 3.0.12'
depends 'database', '~> 1.5.2'
or use the latest mysql/datbaase cookbook (this require some small adjustments)
as i have done in airfranceklm/bamboo@5cbd9d0
bflad commented
Definitely sounds like a great idea. I think I'll lock to working mysql/database/postgresql versions in 3.x of the cookbook and create an issue to upgrade to latest versions for 4.x of the cookbook.