Forge Home

riak2

For management of Riak 2.0 nodes

9,189 downloads

8,931 latest version

4.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.3.1 (latest)
  • 0.3.0
released May 28th 2015
This version is compatible with:
  • ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'chartbeat-riak2', '0.3.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add chartbeat-riak2
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install chartbeat-riak2 --version 0.3.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

chartbeat/riak2 — version 0.3.1 May 28th 2015

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with riak2
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.

Overview

Build Status

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

    include ::riak2

or

    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