# File lib/puppet/agent/locker.rb, line 31 31: def lockfile 32: @lockfile ||= Puppet::Util::Pidlock.new(lockfile_path) 33: 34: @lockfile 35: end