Method: Puppet::Util::Pidlock#unlock
- Defined in:
- lib/puppet/util/pidlock.rb
#unlock ⇒ 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.
25 26 27 28 29 30 31 |
# File 'lib/puppet/util/pidlock.rb', line 25 def unlock if mine? return @lockfile.unlock else false end end |