-
Notifications
You must be signed in to change notification settings - Fork 9
/
metadata.json
46 lines (46 loc) · 1 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
{
"name": "bibigon812-quagga",
"version": "4.5.0",
"author": "Dmitriy Yakovlev",
"summary": "Puppet module to manage Quagga",
"license": "Apache-2.0",
"source": "https://github.com/bibigon812/bibigon812-quagga.git",
"project_page": "https://github.com/bibigon812/bibigon812-quagga",
"issues_url": "https://github.com/bibigon812/bibigon812-quagga/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.10.0 < 10.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.21.0 < 8.0.0"
}
],
"tags": [
"quagga",
"bgp",
"ospf",
"pim",
"zebra"
],
"pdk-version": "3.0.0",
"template-url": "pdk-default#3.0.0",
"template-ref": "tags/3.0.0-0-g056e50d"
}