Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chartbeat-labs/puppet-riak2
https://github.com/chartbeat-labs/puppet-riak2
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chartbeat-labs/puppet-riak2
- Owner: chartbeat-labs
- License: mit
- Created: 2015-03-26T15:42:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T20:53:34.000Z (about 9 years ago)
- Last Synced: 2024-03-26T03:03:40.388Z (9 months ago)
- Language: Puppet
- Size: 269 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
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