-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
knife-spork issue on chef master #140
Comments
I'm experiencing this as well ruby -d $(which knife) spork upload collectd
|
Do you have /opt/chefdk/embedded/bin in your PATH first before /opt/chefdk/bin? |
Yes,
Is this correct...? |
nope. that is why you're picking up chef-12. you should be using /opt/chefdk/bin instead -- or at the very least you should have that before the embedded path. |
This was causing an issue (jonlives#140) because we were passing an Array instead of a Hash. Compare the two following links: https://github.com/opscode/chef/blob/11.14.6/lib/chef/cookbook_uploader.rb#L39 https://github.com/opscode/chef/blob/12.0.0.alpha.1/lib/chef/cookbook_uploader.rb#L38
This was caused by a change to |
This was causing an issue (jonlives#140) because we were passing an Array instead of a Hash. Compare the two following links: https://github.com/opscode/chef/blob/11.14.6/lib/chef/cookbook_uploader.rb#L39 https://github.com/opscode/chef/blob/12.0.0.alpha.1/lib/chef/cookbook_uploader.rb#L38
should probably have put this comment here:
|
rolling back to 11.14.6 fixes this, not sure if we broke something, or knife-spork needs fixes for chef-12.
i'm out of coffee, so dropping this here to see if you have any time to take a look...
the chef-12.0.0.alpha.1 version is the one off of rubygems.
The text was updated successfully, but these errors were encountered: