# File lib/chef/run_list/run_list_expansion.rb, line 121 def role_not_found(name) Chef::Log.error("Role #{name} is in the runlist but does not exist. Skipping expand.") @errors << name nil end