dwradcliffe / chef-solr

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

'solr' as name of the service is hardcoded #29

Open ocsi01 opened 9 years ago

ocsi01 commented 9 years ago

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 would mean multiple instance/version of solar would be able to run on the same machine. ( For testing purposes.)

dwradcliffe commented 9 years ago

I think @johnbellone was looking at doing something similar, maybe he has made some progress?