Where are the cookbooks stored in Chef Server?

chef-infra

Solution

They are stored in the bookshelf, which is a configurable path. You can see the values on all platforms by looking at the attributes file for the chef-server cookbook.

Problem

Environment: CentOS 6 Chef 10 1 server, 1 node, 1 workstation What is the location or path of the cookbooks uploaded to the Chef server? For example, from the workstation, knife cookbook upload getting-started Where does the cookbook go in the server?

Original source