Method: Puppet::Pops::Loaders#pre_load
- Defined in:
- lib/puppet/pops/loaders.rb
#pre_load ⇒ 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.
Called after loader has been added to Puppet Context as :loaders so that dynamic types can be pre-loaded with a fully configured loader system
73 74 75 |
# File 'lib/puppet/pops/loaders.rb', line 73 def pre_load @puppet_system_loader.load(:type, 'error') end |