]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/elasticsearch/metadata.json
eafcf73969b9df77b2b0c44219196b0628efbf27
[dsa-puppet.git] / 3rdparty / modules / elasticsearch / metadata.json
1 {
2   "name": "elasticsearch-elasticsearch",
3   "version": "0.9.5",
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       ]
50     },
51     {
52       "operatingsystem": "Ubuntu",
53       "operatingsystemrelease": [
54         "10.04",
55         "12.04",
56         "14.04"
57       ]
58     },
59     {
60       "operatingsystem": "OpenSuSE",
61       "operatingsystemrelease": [
62         "12",
63         "13"
64       ]
65     }
66   ],
67   "requirements": [
68     {
69       "name": "pe",
70       "version_requirement": ">= 3.1.3"
71     },
72     {
73       "name": "puppet",
74       "version_requirement": ">=3.2.0 <4.0.0"
75     }
76   ],
77   "dependencies": [
78     {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
79   ]
80 }