Closed josacar closed 4 years ago
This PR add supports installing sphinx from upstream debian package, just select install_method and version node attributes:
install_method
version
default_attributes({ 'sphinx' => { 'version' => '2.1.9', 'install_method' => 'deb' } })
@jesseadams Any plan to merge this? Is something missing or to be improved?
This PR add supports installing sphinx from upstream debian package, just select
install_method
andversion
node attributes: