Class/Module Index [+]

Quicksearch

Chef::RunList::RunListExpansionFromCouchDB

Expand a run list from couchdb. Used in chef-server-api

Public Instance Methods

couchdb() click to toggle source
# File lib/chef/run_list/run_list_expansion.rb, line 194
def couchdb
  source
end
fetch_role(name, included_by) click to toggle source
# 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.