The JSON attributes file can be used to add specific Roles or Recipes to a node during chef-client/chef-solo run time.
For example:
base.json
ops_master.json
ops_monitor.json
Note that when mixing roles and recipes, run_list should be used instead of recipes to ensure data is inserted in the right order.
| CHEF-367 The fix for CHEF-367 is merged, so in order to use this you'll need to update to 0.7.1 from HEAD. |