I assume this is something really stupid I'm not doing but can't seem to find the answer.
I'm using chef with the default precise32 vagrant box
EDIT: To clarify, I'm asking is there somewhere I can set the platform so that cookbooks and make dependency decisions.
Thanks
Chef does not allow attribute-dependent cookbook dependencies (currently with chef 11). The cookbooks will be loaded, but not executed. IIRC support for that was on the wish list for chef 12.