Method: Puppet::Daemon#reload
- Defined in:
- lib/puppet/daemon.rb
#reload ⇒ Object
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.
92 93 94 95 96 |
# File 'lib/puppet/daemon.rb', line 92 def reload agent.run({ :splay => false }) rescue Puppet::LockError Puppet.notice "Not triggering already-running agent" end |