jesseadams / sphinx-cookbook

Chef cookbook for Sphinx Search (searchd)
14 stars 27 forks source link

Support installing sphinx for upstream debian package #34

Closed josacar closed 4 years ago

josacar commented 10 years ago

This PR add supports installing sphinx from upstream debian package, just select install_method and version node attributes:

default_attributes({
  'sphinx' => {
    'version' => '2.1.9',
    'install_method' => 'deb'
  }
})

Review on Reviewable

josacar commented 9 years ago

@jesseadams Any plan to merge this? Is something missing or to be improved?