Method: Puppet::Runtime#load_services

Defined in:
lib/puppet/runtime.rb

#load_servicesObject

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.

Loads all runtime implementations.



30
31
32
# File 'lib/puppet/runtime.rb', line 30

def load_services
  @runtime_services.keys.each { |key| self[key] }
end