o19s / puppet-solr

Puppet module for installing solr with a stand alone jetty server
7 stars 10 forks source link

Added a params class, added some ubuntu upstart logic, made solr_home configurable #2

Closed NSkelsey closed 10 years ago

NSkelsey commented 11 years ago

There are alot of changes in here.

The vagrant file has changed also, so make sure you review that.

I am sure that solr-jetty work in the current setup. Tomcat can install but solr breaks when running on top of it.

If I were in charge I would tag Matt's release as stable. I would just like to get some feedback on my work.

NSkelsey commented 11 years ago

Hey so what needs to happen for this to get accepted. If you guys lay it out I'll do it.

omnifroodle commented 11 years ago

Thanks for the patch nick... check out the couple questions I had and will get this merged in.

NSkelsey commented 10 years ago

Hey Matt I am going to change the Vagrantfile so that when you run vagrant up it provisions the box with whatever is in example.pp. I am not really sure where to start with the writing rspec tests so any guidance on that would be appreciated.