-
Notifications
You must be signed in to change notification settings - Fork 37
Home
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.
It is easy to get started:
class { 'riak': }
Requires a 64-bit operating system, tested on Puppet 2.7.17 and 3.x.
First clone the module,
$ git clone git://github.com/haf/puppet-riak.git /etc/puppet/modules/riak
Look at the sidebar for further documentation.
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.