Skip to content

konradkuczynski/fetchtool

Repository files navigation

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 fetchtool 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/'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published