forked from cristifalcas/puppet-curator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
22 lines (22 loc) · 1 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "cristifalcas-curator",
"version": "3.5.0",
"author": "Cristian Falcas <[email protected]>",
"license": "Apache-2.0",
"summary": "Installs elasticsearch curator",
"source": "https://github.com/cristifalcas/puppet-curator",
"project_page": "https://github.com/cristifalcas/puppet-curator",
"issues_url": "https://github.com/cristifalcas/puppet-curator/issues",
"tags": ["curator", "elasticsearch"],
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "8" ] }
],
"dependencies": [
{ "name": "puppetlabs/apt", "version_requirement": ">=2.2.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.2.0 <5.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">=4.0.0 <5.0.0" }
]
}