# File lib/puppet/network/handler/filebucket.rb, line 21
21:     def initialize(hash)
22:       @path = hash[:Path] || Puppet[:bucketdir]
23:       @name = "Filebucket[#{@path}]"
24:     end