bmarini / knife-inspect

Inspect your chef repo as is compares to what is on your chef server
MIT License
55 stars 13 forks source link

Bug in recursive diff: diff would stop if two keys were identical between local and server #23

Closed gregkare closed 10 years ago

Chili-Man commented 10 years ago

default_attributes for roles aren't compared as well

gregkare commented 10 years ago

It's a (big) bug in the nested hash diff, I'm on it.

gregkare commented 10 years ago

@Chili-Man Hi, I've released knife-inspect 0.11.0, can you confirm it fixes the issue? https://rubygems.org/gems/knife-inspect/versions/0.11.0

Thanks in advance