Skip to content

dicetrash/chef-solr-53

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chef-solr-53 Cookbook

Installs solr versions greater then 5.2

Requirements

packages

  • java - chef-solr-53 needs java to run solr

Attributes

chef-solr-53::default

Key Type Description Default
['solr']['version'] String Solr version to install "5.3.1"

Usage

chef-solr-53::default

Just include chef-solr-53 in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[chef-solr-53]"
  ]
}

Contributing

Github https://github.com/dicetrash/chef-solr-53

e.g.

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

About

A chef solr 5.3 and greater cookbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages