mattray / spiceweasel

Generates Chef knife commands from a simple JSON or YAML file.
Apache License 2.0
284 stars 65 forks source link

Fix for Chef 11 when using --knifeconfig #66

Closed stephenlauck closed 10 years ago

stephenlauck commented 10 years ago

I'm not sure if chef11 support was in the works, but I hit this error trying to pass a knife.rb using the -c flag. Let me know if you think there is a better way to fix this.

alexism commented 10 years ago

this bug is not reproducible with chef 11.4.4.

Also Chef::ConfigFetcher was only introduced in 11.8.2.

mattray commented 10 years ago

I've merged part of this into master, it's not compatible with pre-Chef 11.8 yet. Shouldn't be hard to add.