Setting attributes in policyfile as follow does not seem to work with ‘node.default’ in the recipe but with ‘node.attributes’.
default['apple']['size']['big']
default['apple']['color']['red']
Should I just use ‘node.attributes’ in recipe instead of ‘node.default’ if I want to use policyfile setting attributes in it? That way, I think I can use cookbooks not writing a wrapper.