supervisor
Module for installing supervisor in CentOS/AWS Linux/Debian/Ubuntu
Version information
released Jul 24th 2018
This version is compatible with:
- Amazon,CentOS,Ubuntu
Start using this module
Documentation
proletaryo/supervisor — version 0.5.5 Jul 24th 2018
puppet-supervisor
This puppet module automates installation/management of supervisord and programs that it will control.
NOTE: This will install supervisord v3.x.x + superlance plugins. There are no RPM packages, as of the time of writing, for new versions of supervisord so this modulle installs it using python's pip
.
Tested on CentOS 6.4, Ubuntu 12.04 and AWS Linux.
Versioning
This module adheres to Semantic Versioning 2.0.0-rc.2.
TODOs
- eventlisteners
Parameters
See supervisord manual on list of valid values here.
Usage
Dependencies
- for RHEL based distros, this requires the EPEL repo.
Inspiration
This module was inspired by this work. It doesn't support CentOS and AWS Linux so I had to modify it a bit.