jesseadams / sphinx-cookbook

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

Support for extra configure flags #15

Closed justinlocsei closed 11 years ago

justinlocsei commented 11 years ago

Extra configure flags can now be passed that supplement the auto-generated ones, via the extra_configure_flags attribute. I added this as a new attribute for the sake of not breaking the current functionality, where overriding the configure_flags attribute would completely override the auto-generated configure flags.

jesseadams commented 11 years ago

Thanks for submitting this. I am merging and test it now.