shr3kst3r / glacier

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Puppet 77.3%Language:Ruby 22.7%