jesseadams / sphinx-cookbook

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

Fix undefined method error when sphinx exists and the version has been specified #17

Closed thewebfellas closed 11 years ago

thewebfellas commented 11 years ago

The wrong name is used in the interpolation so the system command fails with

NoMethodError: bash[Build and Install Sphinx Search] (sphinx::source line 93) had an error: NoMethodError: undefined method `searchd' for Chef::Resource::Bash

Above the system method call the binary name is actually stored in searchd_binary not searchd

jesseadams commented 11 years ago

@thewebfellas - Thanks for catching my silly error!

thewebfellas commented 11 years ago

thanks for coming up with the cookbook!