Method: Puppet::Util::FileType#bucket
- Defined in:
- lib/puppet/util/filetype.rb
#bucket ⇒ 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.
Pick or create a filebucket to use.
77 78 79 |
# File 'lib/puppet/util/filetype.rb', line 77 def bucket @bucket ||= Puppet::Type.type(:filebucket).mkdefaultbucket.bucket end |