Method: Chef::CookbookVersion.list
- Defined in:
- lib/chef/cookbook_version.rb
.list ⇒ Object Also known as: latest_cookbooks
The API returns only a single version of each cookbook in the result from the cookbooks method
538 539 540 |
# File 'lib/chef/cookbook_version.rb', line 538 def self.list chef_server_rest.get("cookbooks") end |