We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After running vagrant up I get an error about mysql cookbook, but I don't know how to fix it.
vagrant up
==> projectname: Recipe Compile Error ==> projectname: ================================================================================ ==> projectname: ==> projectname: Chef::Exceptions::RecipeNotFound ==> projectname: -------------------------------- ==> projectname: could not find recipe server for cookbook mysql ==> projectname: ==> projectname: [2015-01-30T07:51:08+00:00] ERROR: Running exception handlers ==> projectname: [2015-01-30T07:51:08+00:00] ERROR: Exception handlers complete ==> projectname: [2015-01-30T07:51:08+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
The text was updated successfully, but these errors were encountered:
I also got this issue.
Solution is to:
lock the cookbook versions in metadata.rb:
depends 'mysql', '~> 5.0'
delete the Berksfile.lock then vagrant up --provision
Berksfile.lock
vagrant up --provision
Sorry, something went wrong.
bug: mysql recipe not found
9c77ba6
MiniCodeMonkey#33 Signed-off-by: terry chay <[email protected]>
No branches or pull requests
After running
vagrant up
I get an error about mysql cookbook, but I don't know how to fix it.The text was updated successfully, but these errors were encountered: