-
Notifications
You must be signed in to change notification settings - Fork 24
/
metadata.json
21 lines (21 loc) · 975 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "jlambert121-curator",
"version": "2.3.1",
"author": "Justin Lambert <jlambert@eml.cc>",
"license": "Apache-2.0",
"summary": "Installs elasticsearch curator and schedules cron jobs",
"source": "https://github.com/jlambert121/jlambert121-curator",
"project_page": "https://github.com/jlambert121/jlambert121-curator",
"issues_url": "https://github.com/jlambert121/jlambert121-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" }
]
}