When I create attributes in my cookbook's attributes /attributes/default.rb things work fine.
If I add a recipe to my cookbook, say /recipes/dofubar.rb, I expect that attributes defined in /attributes/dofubar.rb to be loaded. They do not appear to be.
Is there a way to define one set of default attributes for one recipe and other sets for other recipes?
include_attribute
is the way. – Endocarditis