Method: Puppet::Type.providerloader

Defined in:
lib/puppet/type.rb

.providerloaderObject

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.

The loader of providers to use when loading providers from disk. Although it looks like this attribute provides a way to operate with different loaders of providers that is not the case; the attribute is written when a new type is created, and should not be changed thereafter.



1692
1693
1694
# File 'lib/puppet/type.rb', line 1692

def providerloader
  @providerloader
end