Version information
released Jun 6th 2019
This version is compatible with:
- Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >=4.0.0 <6.0.0
- , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'yano3-cerebro', '0.2.1'
Learn more about managing modules with a PuppetfileDocumentation
yano3/cerebro — version 0.2.1 Jun 6th 2019
Cerebro Puppet Module
Table of Contents
- 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
Description
Puppet module for managing and configuring Cerebro.
Setup
Beginning with cerebro
class { 'cerebro': }
Usage
class { 'cerebro':
version => '0.8.3',
}
Reference
Parameters
Class: cerebro
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_OPTS
variables.java_home
: SpecifyJAVA_HOME
path.basic_auth_settings
: Specify basic authentication settings.address
: Specify IP address cerebro listeining on.
Limitations
This module has been tested on:
- CentOS 7
Development
Bug reports and pull requests are welcome on GitHub at https://github.com/yano3/puppet-cerebro.
Dependencies
- puppetlabs/stdlib (>= 4.0.0 < 7.0.0)
- puppet/archive (>= 1.0.0 < 5.0.0)
- puppet/extlib (>= 0.10.4 < 5.0.0)
- camptocamp/systemd (>= 0.4.0 < 3.0.0)
MIT License Copyright (c) 2017 Teppei Yano 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.