forked from JoeNyland/puppet-cloudwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
42 lines (42 loc) · 1.17 KB
/
metadata.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "MasterRoot24-cloudwatch",
"version": "0.5.1",
"author": "Joe Nyland",
"summary": "Installs AWS Cloudwatch advanced metrics",
"license": "MIT",
"source": "https://github.com/JoeNyland/puppet-cloudwatch",
"project_page": "https://github.com/JoeNyland/puppet-cloudwatch",
"issues_url": "https://github.com/JoeNyland/puppet-cloudwatch/issues",
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "7.0" ]
},
{
"operatingsystem":"Rocky",
"operatingsystemrelease":[ "8.0" ]
},
{
"operatingsystem":"CentOS",
"operatingsystemrelease":[ "7.0" ]
},
{
"operatingsystem":"Amazon",
"operatingsystemrelease":[ "2016.09", "2017.09" ]
},
{
"operatingsystem":"Ubuntu",
"operatingsystemrelease":[ "14.04", "16.04" ]
},
{
"operatingsystem":"Debian",
"operatingsystemrelease":[ "7", "8", "9" ]
}
],
"tags": [ "monitoring", "aws", "cloudwatch" ],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 1.0.0"},
{"name":"puppet/archive","version_requirement":">= 1.2.0 < 8.0.0"}
],
"data_provider": null
}