Method: Chef.set_provider_priority_map
- Defined in:
- lib/chef/chef_class.rb
.set_provider_priority_map(provider_priority_map) ⇒ Object
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.
Sets the provider_priority_map
142 143 144 |
# File 'lib/chef/chef_class.rb', line 142 def set_provider_priority_map(provider_priority_map) @provider_priority_map = provider_priority_map end |