ajcrowe / puppet-supervisord

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

Supervisord version should be restricted on CentOS 6. #131

Open ikari7789 opened 5 years ago

ikari7789 commented 5 years ago

Supervisord 4.0.0 dropped support for Python less than 2.7. CentOS 6 ships with 2.6, so install fails as it installs the latest version of supervisord by default via pip. Restricting the version to 3.4.0 (latest v3 release) fixes the issue.

zeljkostjepanovic commented 4 years ago

It should be possible to override by setting $package_name => 'supervisor==3.4.0'