This repo has been deprecated in favor of modcloth/modcloth-solr.
Install Solr as either a master or a replica.
This configures Solr to be used with Sunspot by default.
This cookbook currently only works on SmartOS.
include_recipe "modcloth-solr::master"
This will create a service in SMF named solr-master
on port 9985.
include_recipe "modcloth-solr::replica"
This will create a service in SMF named solr-replica
on port 8983. By default it will look for
a master on localhost. This can be configured by updating the solr.master.hostname
attribute on
a host.