ajcrowe / puppet-supervisord

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

easy_install is not found even with path set in exec #16

Closed jtreminio closed 10 years ago

jtreminio commented 10 years ago
Notice: /Stage[main]/Supervisord::Pip/Exec[install_setuptools]/returns: executed successfully
default: Error: Could not find command '/usr/bin/easy_install'
default: Error: /Stage[main]/Supervisord::Pip/Exec[install_pip]/returns: change from notrun to 0 failed: Could not find command '/usr/bin/easy_install'
default: Notice: /Stage[main]/Supervisord::Pip/Exec[pip_provider_name_fix]: Dependency Exec[install_pip] has failures: true
default: Warning: /Stage[main]/Supervisord::Pip/Exec[pip_provider_name_fix]: Skipping because of failed dependencies

Related to https://github.com/puphpet/puphpet/issues/816

This is on CentOS 6.4.

ajcrowe commented 10 years ago

@jtreminio Is this issue resolved?

jtreminio commented 10 years ago

No, I'm making another PR that's better written. Incoming in a few minutes :)