ajcrowe / puppet-supervisord

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

Don't install supervisor with pip #10

Closed jasperla closed 10 years ago

jasperla commented 10 years ago

On some systems supervisor is available as a regular package with modifications by the packers; would it be possible to install supervisor through this module, but not with pip?

ajcrowe commented 10 years ago

I intentionally opted to use pip as it's consistent across all platforms rather than having to deal with all the various package managers etc. Maybe an easy fix would be to parametrise the provider and default to pip. Would that suffice for your use case?

jasperla commented 10 years ago

Since #13 has been merged, this can be closed.