Information Technology Reference
In-Depth Information
Once you have these three files downloaded, go back to the root directory where you created
chef-repo . Make it the current working directory. Then create a chef-repo/.chef directory.
Figure 9-7. Create new organization
Copy the <username>.pem , <organization>-validator.pem , and knife.rb files to the chef-
repo/.chef directory. Once you've copied these files, the chef-repo directory should resemble
the following:
chef-repo/
├── .chef
│ ├── knife.rb
│ ├── <organization>-validator.pem
│ └── <username>.pem
└── cookbooks
└── enterprise-chef
├── .kitchen
├── .kitchen.yml
├── Berksfile
├── Berksfile.lock
├── README.md
Search WWH ::




Custom Search