Method: Puppet::MetaType::Manager#loadall

Defined in:
lib/puppet/metatype/manager.rb

#loadallvoid

Note:

Should only be used for purposes such as generating documentation as this is potentially a very expensive operation.

This method returns an undefined value.

Loads all types.

[View source]

54
55
56
# File 'lib/puppet/metatype/manager.rb', line 54

def loadall
  typeloader.loadall(Puppet.lookup(:current_environment))
end