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.



443
444
445
# File 'lib/puppet/application.rb', line 443

def setup
  setup_logs
end