Method: Chef.provider_priority_map

Defined in:
lib/chef/chef_class.rb

.provider_priority_mapObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



179
180
181
182
# File 'lib/chef/chef_class.rb', line 179

def provider_priority_map
  # these slurp in the resource+provider world, so be exceedingly lazy about requiring them
  @provider_priority_map ||= Chef::Platform::ProviderPriorityMap.instance
end