Version information
released Jan 24th 2014
Start using this module
Add this module to your Puppetfile:
mod 'jdowning-wal_e', '0.2.2'
Learn more about managing modules with a PuppetfileDocumentation
jdowning/wal_e — version 0.2.2 Jan 24th 2014
puppet-wal_e
Description
This Puppet module will install and manage wal-e for PostgreSQL.
Usage
This module is still being fleshed out and has only been tested with Ubuntu. It is also opinionated in that it expects PostgreSQL to be installed on the host machine.
If you are using the Puppet Labs PostgreSQL module, you can configure WAL-E as such:
class { 'postgresql::server': }->
class { 'wal_e':
access_key => 'foo',
secret_key => 'bar',
s3_prefix => 's3://bucket/folder',
}
Testing
Like the module, the Vagrantfile
is opinionated. You will need to pass a PUPPET_HOME
variable with the directory to the following Puppet Labs modules:
- apt
- concat
- firewall
- postgresql
- stdlib
For example, PUPPET_HOME=~/path/to/puppet vagrant up
will start a Ubuntu box and setup WAL-E.
Dependencies
- puppetlabs/concat (>=1.0.0 <2.0.0)
Copyright (c) 2014 Justin Downing Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.