]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/elasticsearch/metadata.json
Revert "Revert "upgrade to elasticsearch/elasticsearch 0.9.6""
[dsa-puppet.git] / 3rdparty / modules / elasticsearch / metadata.json
1 {
2   "name": "elasticsearch-elasticsearch",
3   "version": "0.9.6",
4   "author": "elasticsearch",
5   "summary": "Module for managing and configuring Elasticsearch nodes",
6   "license": "Apache License, Version 2.0",
7   "source": "https://github.com/elastic/puppet-elasticsearch",
8   "project_page": "https://github.com/elastic/puppet-elasticsearch",
9   "issues_url": "https://github.com/elastic/puppet-elasticsearch/issues",
10   "description": "Module for managing and configuring Elasticsearch nodes",
11   "operatingsystem_support": [
12     {
13       "operatingsystem": "RedHat",
14       "operatingsystemrelease": [
15         "5",
16         "6",
17         "7"
18       ]
19     },
20     {
21       "operatingsystem": "CentOS",
22       "operatingsystemrelease": [
23         "5",
24         "6",
25         "7"
26       ]
27     },
28     {
29       "operatingsystem": "OracleLinux",
30       "operatingsystemrelease": [
31         "5",
32         "6",
33         "7"
34       ]
35     },
36     {
37       "operatingsystem": "Scientific",
38       "operatingsystemrelease": [
39         "5",
40         "6",
41         "7"
42       ]
43     },
44     {
45       "operatingsystem": "Debian",
46       "operatingsystemrelease": [
47         "6",
48         "7",
49         "8"
50       ]
51     },
52     {
53       "operatingsystem": "Ubuntu",
54       "operatingsystemrelease": [
55         "10.04",
56         "12.04",
57         "14.04"
58       ]
59     },
60     {
61       "operatingsystem": "OpenSuSE",
62       "operatingsystemrelease": [
63         "12",
64         "13"
65       ]
66     }
67   ],
68   "requirements": [
69     {
70       "name": "pe",
71       "version_requirement": ">= 3.3.2"
72     },
73     {
74       "name": "puppet",
75       "version_requirement": ">=3.2.0 <4.0.0"
76     }
77   ],
78   "dependencies": [
79     {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
80   ]
81 }