ajcrowe / puppet-supervisord

Puppet Module to install and configure applications under supervisord
MIT License
37 stars 104 forks source link

Change to process name if the numprocs greater than 1 #38

Closed dol closed 9 years ago

dol commented 9 years ago

According to the documentation the process name has to be changed if the numprocs value is greater than one. At the moment this can be achived by defining the process_name manually in the right format. This enhancement helps to auto set the process_name the right way.

Inspired by the proletaryo/supervisor module

ajcrowe commented 9 years ago

Looks like a great enhancement, thanks @dol

I will look over it, but looks good on a first pass.

ajcrowe commented 9 years ago

Thanks for the contribution @dol!