Method: Puppet::Daemon#restart

Defined in:
lib/puppet/daemon.rb

#restartObject

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.



98
99
100
101
# File 'lib/puppet/daemon.rb', line 98

def restart
  Puppet::Application.restart!
  reexec
end