forked from kemra102/puppet-cloudwatchlogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
39 lines (39 loc) · 1.02 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "kemra102-cloudwatchlogs",
"version": "2.1.0",
"author": "kemra102",
"summary": "Configure AWS Cloudwatch Logs on Amazon Linux, Ubuntu, Red Hat & CentOS EC2 instances.",
"license": "BSD-2-Clause",
"source": "https://github.com/kemra102/puppet-cloudwatchlogs",
"project_page": "https://github.com/kemra102/puppet-cloudwatchlogs",
"issues_url": "https://github.com/kemra102/puppet-cloudwatchlogs/issues",
"tags": ["aws", "cloudwatch", "cloud", "watch", "logs", "logging", "amazon"],
"operatingsystem_support": [
{
"operatingsystem":"Amazon"
},
{
"operatingsystem":"Ubuntu"
},
{
"operatingsystem":"RedHat"
},
{
"operatingsystem":"CentOS"
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 3.2.0"},
{"name":"puppetlabs-concat","version_requirement":">= 1.1.0"}
]
}