s3cmd
Install S3cmd - Command line tool for managing Amazon S3 and CloudFront services
Version information
released Aug 11th 2023
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'mbartmann-s3cmd', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
mbartmann/s3cmd — version 1.0.0 Aug 11th 2023
S3cmd
Puppet module to install a newer version of S3cmd, the command line tool for managing Amazon S3 and CloudFront services. Most distributions package only older versions and this module downloads a specific release from GitHub.
Usage
Include the s3cmd
class in your manifest to install it.
include s3cmd
If you not set any parameters, s3cmd will be installed with its default configuration.
Here is an example declaring the class with the full list of available parameters and their defaults:
class { 's3cmd':
$install_bin = '/usr/local/bin',
$install_dir = '/usr/local/share',
$temp_dir = '/tmp',
$version = 'v1.5.2',
}
Dependencies
- puppetlabs-stdlib (>= 5.2.0)
- rehan-wget (>= 1.3.3)