Methods

Class/Module Index [+]

Quicksearch

Chef::RunList::RunListExpansionFromDisk

Expand a run list from disk. Suitable for chef-solo

Public Instance Methods

fetch_role(name, included_by) click to toggle source
# File lib/chef/run_list/run_list_expansion.rb, line 165
def fetch_role(name, included_by)
  Chef::Role.from_disk(name)
rescue Chef::Exceptions::RoleNotFound
  role_not_found(name, included_by)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.