/glacier

Puppet module to deploy glacier-cmd for Amazon's Glacier

Primary LanguagePuppetMIT LicenseMIT

Puppet module for glacier-cmd

Build Status

This puppet module installs the glacier-cmd from the amazon-glacier-cmd-interface project. The glacier-cmd allows you to interact with Amazon's Glacier service.

Supports

  • CentOS and Redhat
  • Ubuntu and Debian???

Usage

class { glacier:
    aws_access_key => '11223344',
    aws_secret_key => '55667788'
}

or

class { glacier:
    aws_access_key       => '11223344',
    aws_secret_key       => '55667788',
    glacier_config       => '/home/joe/.glacier-cmd',
    glacier_config_owner => 'joe',
    glacier_config_group => 'joe'
}

License

This module is licensed under the MIT license.

Support

Please file bugs, comments, and patches at the Github site