Skip to content

yano3/puppet-cerebro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cerebro Puppet Module Puppet Forge

Table of Contents

  1. Description
  2. Setup - The basics of getting started with cerebro
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. 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: Specify JAVA_OPTS variables.
  • java_home: Specify JAVA_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.

About

Module for managing and configuring Cerebro.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors