Chef::RunList::RunListExpansion
Expand a run list from couchdb. Used in chef-server-api
# File lib/chef/run_list/run_list_expansion.rb, line 194 def couchdb source end
# File lib/chef/run_list/run_list_expansion.rb, line 198 def fetch_role(name, included_by) Chef::Role.cdb_load(name, couchdb) rescue Chef::Exceptions::CouchDBNotFound role_not_found(name, included_by) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.