Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

cookbook is broker because of no versionlock in metadata #55

Closed
ramonskie opened this issue Jan 23, 2015 · 1 comment
Closed

cookbook is broker because of no versionlock in metadata #55

ramonskie opened this issue Jan 23, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@ramonskie
Copy link
Contributor

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
Copy link
Owner

bflad commented Jan 24, 2015

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.

@bflad bflad added this to the 3.x milestone Jan 24, 2015
@bflad bflad added the bug label Jan 24, 2015
@bflad bflad self-assigned this Jan 24, 2015
@bflad bflad closed this as completed in 366fb90 Jan 24, 2015
bflad added a commit that referenced this issue Jan 24, 2015
Split metadata supports/depends, lock mysql ~> 5.0, fixes #55
sunruh pushed a commit to humance/chef-stash-cookbook that referenced this issue Feb 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants