Method: Puppet::Application::Master#run_command

Defined in:
lib/puppet/application/master.rb

#run_commandObject



158
159
160
161
162
163
164
# File 'lib/puppet/application/master.rb', line 158

def run_command
  if options[:node]
    compile
  else
    main
  end
end