https://github.com/bigmlcom/puppet-module-supervisor
Puppet module for configuring the supervisor daemon tool.
https://github.com/bigmlcom/puppet-module-supervisor
Last synced: 9 months ago
JSON representation
Puppet module for configuring the supervisor daemon tool.
- Host: GitHub
- URL: https://github.com/bigmlcom/puppet-module-supervisor
- Owner: bigmlcom
- License: other
- Created: 2011-05-09T16:43:31.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-12T20:15:53.000Z (over 14 years ago)
- Last Synced: 2024-04-16T10:59:00.455Z (over 1 year ago)
- Homepage:
- Size: 861 KB
- Stars: 1
- Watchers: 26
- Forks: 108
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Puppet module for configuring the 'supervisor' daemon control
utility. Currently only tested on Debian and Ubuntu 10.04.
Install into your /supervisor
Example usage::
supervisor::service {
"scribe":
enable => true,
ensure => running,
command => "/usr/bin/scribed -c /etc/scribe/scribe.conf",
environment => "HADOOP_HOME=/usr/lib/hadoop,LD_LIBRARY_PATH=/usr/lib/jvm/java-6-sun/jre/lib/amd64/server",
user => "scribe",
group => "scribe",
require => [ Package["scribe"], User["scribe"] ];
}