Method: PuppetX::Bodeco::FILE#download
- Defined in:
- lib/puppet_x/bodeco/util.rb
#download(uri, file_path) ⇒ Object
176 177 178 |
# File 'lib/puppet_x/bodeco/util.rb', line 176 def download(uri, file_path) FileUtils.copy(uri.path, file_path) end |