-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathmetadata.json
More file actions
26 lines (26 loc) · 735 Bytes
/
metadata.json
File metadata and controls
26 lines (26 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "vamsee-solr",
"version": "0.0.8",
"author": "vamsee",
"summary": "A puppet module for solr",
"license": "MIT",
"source": "[email protected]:vamsee/puppet-solr.git",
"project_page": "https://github.com/vamsee/puppet-solr",
"issues_url": "https://github.com/vamsee/puppet-solr/issues",
"description": "Configure and set up a multi-core solr instance",
"tags": ["solr", "apache"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "7", "8" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib" },
{ "name": "ianoberst/xml_fragment" }
]
}