forked from bobtfish/puppet-ethtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
43 lines (43 loc) · 1.26 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
{
"name": "bobtfish/ethtool",
"version": "0.0.7",
"author": "Tomas Doran",
"summary": "Manage ethernet interfaces with ethtool",
"license": "Apache-2.0",
"source": "https://github.com/bobtfish/puppet-ethtool",
"project_page": "https://github.com/bobtfish/puppet-ethtool",
"issues_url": "https://github.com/bobtfish/puppet-ethtool/issues",
"description": "Allows you to set speed, duplex, PAUSE frames, TCP segment offload and many other settings for ethernet interfaces",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 1.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5.0", "6.0", "7.0" ]
},
{
"operatingsystem":"CentOS",
"operatingsystemrelease":[ "5.0", "6.0", "7.0" ]
},
{
"operatingsystem":"Scientific Linux",
"operatingsystemrelease":[ "5.0", "6.0", "7.0" ]
},
{
"operatingsystem":"Oracle Linux",
"operatingsystemrelease":[ "5.0", "6.0", "7.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "10.04", "14.04" ]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [ "11", "12", "13", "14", "16", "17", "18", "19", "20", "21" ]
}
]
}