-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
23 lines (23 loc) · 952 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "coi-fetchtool",
"version": "1.0.1-pre",
"author": "Center of Information Technology COI.gov.pl (MC)",
"summary": "Fetch tool to download packages",
"license": "Apache-2.0",
"source": "https://github.com/coi-gov-pl/puppet-fetchtool.git",
"project_page": "https://github.com/coi-gov-pl/puppet-fetchtool",
"issues_url": "https://github.com/coi-gov-pl/puppet-fetchtool/issues",
"operatingsystem_support": [
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "14.04", "16.04" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "7", "8" ] }
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement":">=4.0.0 <6.0.0"
}
]
}