dwradcliffe / chef-solr

Chef cookbook for solr.
http://community.opscode.com/cookbooks/solr
MIT License
23 stars 39 forks source link

problem with solr version 3.6.2 #9

Closed muddman closed 9 years ago

muddman commented 9 years ago

Thanks for providing this!

The apache archive has a different file name structure for older versions of Solr so if I set the version to 3.6.2 the default recipe fails to download the solr tgz. The download URL for 3.6.2 is https://archive.apache.org/dist/lucene/solr/3.6.2/apache-solr-3.6.2.tgz and not https://archive.apache.org/dist/lucene/solr/3.6.2/solr-3.6.2.tgz. I am able to successfully override by setting solr url to https://archive.apache.org/dist/lucene/solr/3.6.2/apache-solr-3.6.2.tgz.

Thanks again!

p

mburns commented 9 years ago

Fixed in #24.