class 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 206 def fetch_role(name, included_by) Chef::Role.from_disk(name) rescue Chef::Exceptions::RoleNotFound role_not_found(name, included_by) end