Method: Puppet::Application#setup

Defined in:
lib/puppet/application.rb

#setupvoid

This method returns an undefined value.

Setup the application. It is usually not necessary to override this method.

API:

  • public



445
446
447
# File 'lib/puppet/application.rb', line 445

def setup
  setup_logs
end