File tree 2 files changed +13
-8
lines changed
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 15
15
#### Changes
16
16
* The ` api_ca_file ` and ` api_ca_path ` parameters have been added to support custom CA bundles for API access.
17
17
* Numerics in elasticsearch.yml will always be properly unquoted.
18
+ * puppetlabs/java is now listed as a dependency in metadata.json to avoid unexpected installation problems.
18
19
19
20
#### Testing changes
20
21
Original file line number Diff line number Diff line change 9
9
"project_page" : " https://github.com/elastic/puppet-elasticsearch" ,
10
10
"issues_url" : " https://github.com/elastic/puppet-elasticsearch/issues" ,
11
11
"dependencies" : [
12
- {
13
- "name" : " puppetlabs/stdlib" ,
14
- "version_requirement" : " >= 3.2.0 < 5.0.0"
15
- },
16
12
{
17
13
"name" : " puppetlabs/apt" ,
18
14
"version_requirement" : " >= 1.4.0 < 3.0.0"
19
15
},
20
- {
21
- "name" : " ceritsc/yum" ,
22
- "version_requirement" : " >= 0.9.6 < 1.0.0"
23
- },
24
16
{
25
17
"name" : " richardc/datacat" ,
26
18
"version_requirement" : " >= 0.6.2 < 1.0.0"
19
+ },
20
+ {
21
+ "name" : " puppetlabs/java" ,
22
+ "version_requirement" : " >= 1.0.0 < 2.0.0"
23
+ },
24
+ {
25
+ "name" : " puppetlabs/stdlib" ,
26
+ "version_requirement" : " >= 3.2.0 < 5.0.0"
27
+ },
28
+ {
29
+ "name" : " ceritsc/yum" ,
30
+ "version_requirement" : " >= 0.9.6 < 1.0.0"
27
31
}
28
32
],
29
33
"operatingsystem_support" : [
You can’t perform that action at this time.
0 commit comments