# File lib/chef/run_list/run_list_expansion.rb, line 152
      def fetch_role(name)
        Chef::Role.from_disk(name)
      rescue Chef::Exceptions::RoleNotFound
        role_not_found(name)
      end