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
knife cookbook site install rabbitmq -o ./cookbooks
and then try to run
chef-client -z -o rabbitmq
I get
Error Resolving Cookbooks for Run List:
Missing Cookbooks:
Could not satisfy version constraints for: erlang
I don't know why even though your metadata file says ~>1.5.0, knife installs erlang version 2.0.1 (the latest). Does anyone know what I can do to get around this?
Thanks
Gagan Prakash
The text was updated successfully, but these errors were encountered:
I'd suggest pulling down the older version of erlang cookbook and uploading it to your chef server. I haven't updated this cookbook for the newer version of erlang yet, but I'm due for a refresh on this cookbook very soon.
So I asked in the chef irc and it seems the issue is related to knife not being a very good dependency manager so I switched to Bershelf and that seems to allow me to restrict the erlang version to 1.5.8 so things work.
When I install this cookbook with
knife cookbook site install rabbitmq -o ./cookbooks
and then try to run
chef-client -z -o rabbitmq
I get
Error Resolving Cookbooks for Run List:
Missing Cookbooks:
Could not satisfy version constraints for: erlang
I don't know why even though your metadata file says ~>1.5.0, knife installs erlang version 2.0.1 (the latest). Does anyone know what I can do to get around this?
Thanks
Gagan Prakash
The text was updated successfully, but these errors were encountered: