Skip to content
haf edited this page Apr 13, 2013 · 16 revisions

Welcome to the Puppet-Riak Wiki! This wiki contains the information you need to get started with using puppet-riak, as well as pages that describe how you can customize your riak installation with config only a master ninja could conjure.

Welcome ninja.

It is easy to get started:

class { 'riak': }

Class[riak] parameters

Requirements

Requires a 64-bit operating system, tested on Puppet 2.7.17 and 3.x.

Adding the module

First clone the module,

$ git clone git://github.com/haf/puppet-riak.git /etc/puppet/modules/riak

What's Next?

Look at the sidebar for further documentation.

Puppet <3.0 users

Make sure you are shipping the custom functions in this module to your i nodes, by setting pluginsync=true;

[main]
    pluginsync = true

Requires that hiera-puppet gem is present.

Swoosh through the links to become skilled at ninja arts in distributed systems provisioning.

Clone this wiki locally