# File lib/chef/run_list/run_list_expansion.rb, line 167 def fetch_role(name) rest.get_rest("roles/#{name}") rescue Net::HTTPServerException => e if e.message == '404 "Not Found"' role_not_found(name) else raise end end