hectcastro / chef-graphite

A Chef cookbook to install Graphite.
Apache License 2.0
29 stars 28 forks source link

carbon install from pip will install backwards incompatible twisted > 13.1.0 #22

Closed jamesonjlee closed 10 years ago

jamesonjlee commented 10 years ago

basically, the current release on pypi is broken because their setup.py does a soft dependency

https://github.com/graphite-project/carbon/pull/184

so maybe add a node['graphite']['twisted_version'] ?

hectcastro commented 10 years ago

Resolved in https://github.com/hectcastro/chef-graphite/pull/23.