Method: Puppet::Configurer::Downloader#file
- Defined in:
- lib/vendor/puppet/configurer/downloader.rb
#file ⇒ Object
58 59 60 61 62 |
# File 'lib/vendor/puppet/configurer/downloader.rb', line 58 def file args = default_arguments.merge(:path => path, :source => source) args[:ignore] = ignore.split if ignore Puppet::Type.type(:file).new(args) end |