forked from jdowning/puppet-awscli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
29 lines (29 loc) · 973 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
24
25
26
27
28
29
{
"name": "insiders/awscli",
"version": "1.0.0",
"source": "https://github.com/insiders/puppet-awscli",
"author": "Martijn Heemels <martijn@insiders.nl>",
"license": "Apache-2.0",
"summary": "Install awscli",
"description": "Install awscli",
"project_page": "https://github.com/insiders/puppet-awscli",
"source": "https://github.com/insiders/puppet-awscli.git",
"issues_url": "https://github.com/insiders/puppet-awscli/issues",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.0.0 <5.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 2.0.0 <5.0.0" }
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "10.04", "12.04", "14.04", "16.04" ]
}
],
"requirements": [
{ "name": "puppet", "version_requirement": ">= 3.4.3 < 5.0.0" }
]
}