Method: Puppet::FileBucketFile::File#initialize
- Defined in:
- lib/vendor/puppet/indirector/file_bucket_file/file.rb
#initialize ⇒ File
Returns a new instance of File.
12 13 14 |
# File 'lib/vendor/puppet/indirector/file_bucket_file/file.rb', line 12 def initialize Puppet.settings.use(:filebucket) end |