- Description
- Setup - The basics of getting started with [gridinit]
- 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
Official module to install, configure and run the gridinit from the OpenIO open source project on RedHat/CentOS/Fedora/Debian/Ubuntu using Puppet 3.7 and newer.
This module helps you deploy gridinit process control system and create configuration for processes.
To install packages, deploy basic configuration and run gridinit, simply declare it:
class {'gridinit':}
To configure new processes controlled by gridinit, declare them using the following defined type:
gridinit::program { "myprocess1":
command => '/usr/bin/myprocess1 -c /etc/my1.conf',
}
gridinit::program { "myprocess2":
command => '/usr/bin/myprocess2 -c /etc/my2.conf',
}
The following define type is available:
- gridinit::program
The module works under the latest stable RedHat, CentOS and Fedora, Debian and Ubuntu (LTS & latest).
You can report issues or request informations using GitHub.
Author: Romain Acciari [email protected]
Copyright (c) 2015, OpenIO.
Released under Apache License v2.