-
Notifications
You must be signed in to change notification settings - Fork 11
/
metadata.json
37 lines (37 loc) · 931 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
30
31
32
33
34
35
36
37
{
"name": "razorsedge-openlldp",
"version": "1.0.0",
"author": "razorsedge",
"summary": "Open-LLDP installation and management.",
"license": "Apache-2.0",
"project_page": "https://github.com/razorsedge/puppet-openlldp",
"issues_url": "https://github.com/razorsedge/puppet-openlldp/issues",
"source": "https://github.com/razorsedge/puppet-openlldp.git",
"tags": [ "lldp", "facts" ],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=2.3.0 <5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "6" ]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <5.0.0"
}
]
}