chef-boneyard / delivery-sugar

DEPRECATED: Library cookbook that adds sugar to build cookbooks for Chef Delivery
Apache License 2.0
12 stars 26 forks source link

`syntax.rb` not always catching the version bump requirement #4

Closed psprings closed 8 years ago

psprings commented 8 years ago

When running the syntax phase, a cookbook that has not bumped version in metadata.rb is not always caught.

E.x. Dir.glob("#{path}/*") vs Dir.glob("#{path}/"

Working when:

../delivery-project/cookbooks/jalapeno/Berskfile is modified because it is at the root of the cookbook

Not working when:

../delivery-project/cookbooks/jalapeno/attributes/default.rb is modified because it is NOT at the root of the cookbook