Version information
released May 28th 2015
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'chartbeat-riak2', '0.3.1'
Learn more about managing modules with a PuppetfileDocumentation
chartbeat/riak2 — version 0.3.1 May 28th 2015
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with riak2
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
Overview
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
2015-05-27 Release 0.3.0
- Add disableboot functionality
2015-04-01 Release 0.2.0
- Add parameter to manage_service
2015-03-25 Release 0.1.0
- Initial release
Dependencies
- puppetlabs-stdlib (>= 1.0.0)
The MIT License (MIT) Copyright (c) 2014 chartbeat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.