26,252 downloads
24,352 latest version
4.1 quality score
Add this module to a Bolt project:
bolt module add branan-s3file
Add this declaration to your Puppetfile:
mod 'branan-s3file', '1.0.1'
Manually install this module with Puppet module tool:
puppet module install branan-s3file --version 1.0.1
Downloading to your local machine is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code or for testing purposes.
Example Usage:
include 's3file::curl' s3file { '/path/to/destination/file': source => 'MyBucket/the/file', ensure => 'latest', }