John Keiser

Results 249 comments of John Keiser

Great idea! The ability to specify that different directories have different defaults will probably be very useful to some people. And it puts the expression of file extension where it...

This should be a good bit easier now, at least from a data format perspective: the data_handler classes (available as a data_handler attribute on most file_system entries) have to_ruby and...

Yeah, everything in here needs to move to the chef project (at least everything we still intend to fix).

I expect Chef 11 to make this go away.

Deletes the latest version, on the presumption that that's what you have. Leaving this open to consider the question of whether we should delete more than that.

Yep. I'm not 100% sure of berkshelf's cookbook storage format, but I imagine it will be doable. One difference will be that berkshelf understands multiple cookbook versions, so knife-essentials would...

Well, knife diff, upload and download all first do a "diff" to figure out which (if any) cookbooks have changed, which means they need to read the cookbook on disk...

Seth F. points out code to do this from Dan D.: https://github.com/danielsdeleo/knife-plugins/blob/d20469b3c7a04345850e1e59df1af359273bdf3e/deploy.rb

This is likely the cause of the unnecessary request to /data here: knife diff -VV data_bags/users DEBUG: Using configuration from /Users/jkeiser/src/oc/environments/blah/.chef/knife.rb DEBUG: Signing the request as jkeiser DEBUG: Sending HTTP...