lindenle / puppet-module-s3file

S3 file synchronization with puppet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Puppet S3 File synchronization

Example Usage:

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

About

S3 file synchronization with puppet


Languages

Language:Puppet 100.0%