A puppet module to manage s3cmd.
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.
}
}
Principal developer: Leonardo Thibes => [email protected]
Please log tickets and issues at our Projects site