Method: Puppet::Application.stop_requested?

Defined in:
lib/puppet/application.rb

.stop_requested?Boolean

Indicates that Puppet::Application.stop! has been invoked and components should do what is necessary for a clean stop.

Returns:

  • (Boolean)


148
149
150
# File 'lib/puppet/application.rb', line 148

def stop_requested?
  :stop_requested == run_status
end