Method: Puppet::Daemon#reload

Defined in:
lib/puppet/daemon.rb

#reloadObject

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.



89
90
91
92
93
94
# File 'lib/puppet/daemon.rb', line 89

def reload
  return unless agent
  agent.run({:splay => false})
rescue Puppet::LockError
  Puppet.notice "Not triggering already-running agent"
end