Skip to content

Commit 7f62f68

Browse files
authored
Merge pull request voxpupuli#716 from tylerjl/java-dependency
Declare puppetlabs/kava dependency in metadata.json
2 parents dfe3483 + 41b3c14 commit 7f62f68

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#### Changes
1616
* The `api_ca_file` and `api_ca_path` parameters have been added to support custom CA bundles for API access.
1717
* 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.
1819

1920
#### Testing changes
2021

metadata.json

+12-8
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,25 @@
99
"project_page": "https://github.com/elastic/puppet-elasticsearch",
1010
"issues_url": "https://github.com/elastic/puppet-elasticsearch/issues",
1111
"dependencies": [
12-
{
13-
"name": "puppetlabs/stdlib",
14-
"version_requirement": ">= 3.2.0 < 5.0.0"
15-
},
1612
{
1713
"name": "puppetlabs/apt",
1814
"version_requirement": ">= 1.4.0 < 3.0.0"
1915
},
20-
{
21-
"name": "ceritsc/yum",
22-
"version_requirement": ">= 0.9.6 < 1.0.0"
23-
},
2416
{
2517
"name": "richardc/datacat",
2618
"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"
2731
}
2832
],
2933
"operatingsystem_support": [

0 commit comments

Comments
 (0)