# File lib/puppet/util/pidlock.rb, line 6
6:   def initialize(lockfile)
7:     @lockfile = lockfile
8:   end