- Description
- Setup - The basics of getting started with cerebro
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Puppet module for managing and configuring Cerebro.
class { 'cerebro': }
class { 'cerebro':
version => '0.8.3',
}
version: Specify Cerebro version.service_ensure: Determines whether the cerebro service should be running.service_enable: Determines whether the cerebro service should be enabled when the system is booted.secret: Specify secret string.hosts: Specify a list of known hosts.basepath: Specify application base path.shell: Specify a shell for cerebro user.manage_user: Specify whether creating user that cerebro process is executed as.cerebro_user: Specify the user that cerebro process is executed as.package_url: Specify a package location.java_opts: SpecifyJAVA_OPTSvariables.java_home: SpecifyJAVA_HOMEpath.basic_auth_settings: Specify basic authentication settings.address: Specify IP address cerebro listeining on.
This module has been tested on:
- CentOS 7
Bug reports and pull requests are welcome on GitHub at https://github.com/yano3/puppet-cerebro.