Method: Puppet::FacterImpl#initialize

Defined in:
lib/puppet/facter_impl.rb

#initializeFacterImpl

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.

Returns a new instance of FacterImpl.



10
11
12
13
14
# File 'lib/puppet/facter_impl.rb', line 10

def initialize
  require 'facter'

  setup_logging
end