-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmetadata.json
34 lines (34 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
{
"name": "efoft-tc",
"version": "0.0.2",
"author": "efoft",
"license": "Apache-2.0",
"source": "https://github.com/efoft/puppet-tc.git",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement":">= 4.25.1 < 7.0.0" },
{ "name": "puppetlabs/concat", "version_requirement":">= 4.2.1 < 7.0.0" }
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.5.0 < 7.0.0"
}
],
"description": "Primitive traffic shaping control"
}