chef-solr icon indicating copy to clipboard operation
chef-solr copied to clipboard

Chef cookbook for solr.

Results 5 chef-solr issues
Sort by recently updated
recently updated
newest added

The move to ark and the change to require an attribute of the checksum for the tgz file should be documented. This entire change to using ark for the tarball...

Hi, Can any one explain me how to create a new core using this cook book. Thank you. ``` ruby bash 'test' do code

I'm new to Solr and newer to Chef so I apologize if this is bad form or incorrect but I found when specifying version 5.3.1 the `solr create -c ----`...

In the cookbook, the following values are hardcoded: '/var/lib/solr.start' '/etc/init.d/solr' service 'solr' It would be cool if the "solr" part would come from an argument, so its customisable. Also it...

If I create a core in /etc/solr/ and add it in the interface. It is gone after a solr restart. If I skip the SOLR_HOME argument in the startup script...