shr3kst3r-glacier

Installs the glacier-cmd for accessing Amazon Glacier fromt the command line. It checks out the git repo from https://github.com/uskudnik/amazon-glacier-cmd-interface.git and runs the installer. It then sets up the glacier-cmd configuration file.


Keywords
applications, redhat, rhel, aws, amazon, centos, glacier
License
MIT
Install
puppet module install shr3kst3r-glacier --version 0.0.1

Documentation

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