|
1 { |
|
2 "name": "elasticsearch-elasticsearch", |
|
3 "version": "0.10.1", |
|
4 "source": "https://github.com/elastic/puppet-elasticsearch", |
|
5 "author": "elasticsearch", |
|
6 "license": "Apache-2.0", |
|
7 "summary": "Module for managing and configuring Elasticsearch nodes", |
|
8 "description": "Module for managing and configuring Elasticsearch nodes", |
|
9 "project_page": "https://github.com/elastic/puppet-elasticsearch", |
|
10 "issues_url": "https://github.com/elastic/puppet-elasticsearch/issues", |
|
11 "dependencies": [ |
|
12 { |
|
13 "name": "puppetlabs/stdlib", |
|
14 "version_requirement": ">= 3.2.0 < 5.0.0" |
|
15 }, |
|
16 { |
|
17 "name": "puppetlabs/apt", |
|
18 "version_requirement": ">= 1.4.0 < 3.0.0" |
|
19 }, |
|
20 { |
|
21 "name": "ceritsc/yum", |
|
22 "version_requirement": ">= 0.9.6 < 1.0.0" |
|
23 }, |
|
24 { |
|
25 "name": "richardc/datacat", |
|
26 "version_requirement": ">= 0.6.2 < 1.0.0" |
|
27 } |
|
28 ], |
|
29 "operatingsystem_support": [ |
|
30 { |
|
31 "operatingsystem": "RedHat", |
|
32 "operatingsystemrelease": [ |
|
33 "5", |
|
34 "6", |
|
35 "7" |
|
36 ] |
|
37 }, |
|
38 { |
|
39 "operatingsystem": "CentOS", |
|
40 "operatingsystemrelease": [ |
|
41 "5", |
|
42 "6", |
|
43 "7" |
|
44 ] |
|
45 }, |
|
46 { |
|
47 "operatingsystem": "OracleLinux", |
|
48 "operatingsystemrelease": [ |
|
49 "5", |
|
50 "6", |
|
51 "7" |
|
52 ] |
|
53 }, |
|
54 { |
|
55 "operatingsystem": "Scientific", |
|
56 "operatingsystemrelease": [ |
|
57 "5", |
|
58 "6", |
|
59 "7" |
|
60 ] |
|
61 }, |
|
62 { |
|
63 "operatingsystem": "Debian", |
|
64 "operatingsystemrelease": [ |
|
65 "6", |
|
66 "7", |
|
67 "8" |
|
68 ] |
|
69 }, |
|
70 { |
|
71 "operatingsystem": "Ubuntu", |
|
72 "operatingsystemrelease": [ |
|
73 "10.04", |
|
74 "12.04", |
|
75 "14.04" |
|
76 ] |
|
77 }, |
|
78 { |
|
79 "operatingsystem": "OpenSuSE", |
|
80 "operatingsystemrelease": [ |
|
81 "12", |
|
82 "13" |
|
83 ] |
|
84 } |
|
85 ], |
|
86 "requirements": [ |
|
87 { |
|
88 "name": "pe", |
|
89 "version_requirement": ">= 3.3.2" |
|
90 }, |
|
91 { |
|
92 "name": "puppet", |
|
93 "version_requirement": ">=3.2.0 <4.3.0" |
|
94 } |
|
95 ] |
|
96 } |