Cookbooks are the fundamental units of distribution in Chef. They encapsulate all the resources you need to automate your infrastructure and are easily sharable with other Chef users. What's in a Cookbook? Cookbooks contain: Attributes that are values on Node to set default values used elsewhere in the cookbook. Definitions that allow you to create reusable collections of one or more Resources. F