Version information
released Aug 17th 2017
This version is compatible with:
- , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'konradkuczynski-fetchtool', '0.3.0'
Learn more about managing modules with a PuppetfileDocumentation
konradkuczynski/fetchtool — version 0.3.0 Aug 17th 2017
COI-fetchtool Puppet module
Allow to fetch files, in chosen by user way. Default way to download files is wget.
It is possible to change tool by change settings configuration - fetchtool::settings::fetch_tool
.
Example usage of srptime module
fetchtool::download { 'flyway-commandline-4.2.0-linux-x64.tar.gz':
fetch_dir => '/usr/src',
mode => '0660',
owner => 'flyway',
group => 'flyway',
address => 'https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/4.2.0/'
}
Dependencies
- puppetlabs/stdlib (>=4.0.0 <6.0.0)