forked from ebouliane/puppet-mcafee_epo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
46 lines (46 loc) · 1.22 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
40
41
42
43
44
45
46
{
"author": "Eric B",
"source": "https://github.com/Ramorous/puppet-mcafee_epo",
"summary": "Allows management of McAfee EPO Agent Install/Service",
"dependencies": [],
"license": "Apache-2.0",
"name": "Ramorous-mcafee_epo_agent",
"version": "0.1.2",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["5","6","7"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["5","6","7"]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": ["5","6","7"]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"10","10 SP1","10 SP2","10 SP3","10 SP4",
"11","11 SP1","11 SP2","11 SP3","11 SP4",
"12"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": ["6","7"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["12","14","15"]
}
],
"project_page": "https://github.com/Ramorous/puppet-mcafee_epo",
"issues_url": "https://github.com/Ramorous/puppet-mcafee_epo/issues",
"requirements": [],
"tags": [],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.0.0 < 6.0.0"}
]
}