jesseadams / sphinx-cookbook

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

Use chef file_cache_path to download and build sphinx from source #7

Closed kesor closed 11 years ago

kesor commented 11 years ago

Chef::Config[:file_cache_path] is recommended by OpsCode for cached file downloads in recipes because it is a known location to Chef, and doesn't necessarily get cleaned up on reboot, unlike other "temporary" or "cache" locations such as /tmp.

jesseadams commented 11 years ago

Nice find. Merging