plathrop / puppet-module-supervisor

Puppet module for configuring the supervisor daemon tool.
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Fix status regex to allow process num to be more than 2 digits #85

Closed ianburrell closed 9 years ago

ianburrell commented 9 years ago

group_support branch added regex to parse "supervisorctl status" lines. The regex restricted the processnum to two digits "((\d+))?", which causes problem when the process_num is more than two digits (we use port number as process_num for some services).