leonardothibes / puppet-s3cmd

A puppet module to manage s3cmd

Home Page:http://forge.puppetlabs.com/leonardothibes/s3cmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puppet-s3cmd

A puppet module to manage s3cmd.

Sample Usage

Install s3cmd to "vagrant" user:

node default {
	class {'s3cmd':
		user       => 'vagrant',
		access_key => 'ACCESS_KEY',
		secret_key => 'SECRET_KEY',
	}
}

Purge completly s3cmd:

node default {
	class {'s3cmd':
		ensure => absent,
		user   => 'vagrant', # remove ".s3cmd" file in user's home.
	}
}

Contact

Principal developer: Leonardo Thibes => eu@leonardothibes.com

Support

Please log tickets and issues at our Projects site

About

A puppet module to manage s3cmd

http://forge.puppetlabs.com/leonardothibes/s3cmd

License:Other


Languages

Language:Puppet 82.1%Language:Ruby 17.9%