branan-s3file

Keep a file up-to-date with an S3 source


Keywords
file, aws, s3
License
Apache-2.0
Install
puppet module install branan-s3file --version 1.0.1

Documentation

Puppet S3 File synchronization

Example Usage:

include 's3file::curl'
s3file { '/path/to/destination/file':
  source => 'MyBucket/the/file',
  ensure => 'latest',
}