Cookbook Directories and Metadata
Cookbook Directories and Metadata
The cookbooks/
directory is used to store the cookbooks that are used by the chef-client when configuring the various systems in the organization. This directory contains the cookbooks that are used to configure systems in the infrastructure. Each cookbook can be configured to contain cookbook-specific copyright, email, and license data.
To configure cookbook-specific copyright, email, and license data, add the following to the knife.rb file in the chef-repo:
cookbook_copyright "Example, Com." cookbook_email "cookbooks@example.com" cookbook_license "apachev2"
where the cookbook_copyright
and cookbook_email
are specific to the organization and cookbook_license
is either 登录查看完整内容