Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chartbeat-labs/puppet-riak2


https://github.com/chartbeat-labs/puppet-riak2

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

#### Table of Contents

1. [Overview](#overview)
2. [Module Description - What the module does and why it is useful](#module-description)
3. [Setup - The basics of getting started with riak2](#setup)
4. [Usage - Configuration options and additional functionality](#usage)
5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
5. [Limitations - OS compatibility, etc.](#limitations)

## Overview

[![Build Status](https://travis-ci.org/chartbeat-labs/puppet-riak2.svg?branch=master)](https://travis-ci.org/chartbeat-labs/puppet-riak2)

Module for installing and configuring Riak 2.0.x

## Module Description

We simplify the install and configuration by making a hash of all the default configuration values and allowing the user to override whichever they want, rather then making each one a puppet attribute.

## Setup Requirements

Expects package to exist in the servers available repos, no support for specifying an installation source currently

## Usage
```puppet
include ::riak2
```

or

```puppet
class { '::riak2':
config => {
'dtrace' => 'on',
}
}
```

## Reference
####Public Classes
* [`riak2`]

####Private Classes
* [`riak2::install`]
* [`riak2::params`]
* [`riak2::config`]
* [`riak2::service`]

## Limitations

* Tested on Ubuntu 12.04 only