-
Notifications
You must be signed in to change notification settings - Fork 11
/
metadata.json
29 lines (29 loc) · 1021 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
{
"name": "xenolog/l23network",
"version": "1.1.0",
"author": "Sergey Vasilenko, Stas Makar, Mirantis FUEL team, L23network community team",
"summary": "Puppet module for configure network features",
"license": "Apache-2.0",
"source": "git://github.com/xenolog/l23network.git",
"project_page": "https://github.com/xenolog/l23network",
"issues_url": "https://github.com/xenolog/l23network/issues",
"requirements": [
{ "name": "pe","version_requirement": "3.x" },
{ "name": "puppet","version_requirement": "3.x" }
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["6.5", "7.0", "7.1"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
}
],
"description": "Configure network features for 2nd and 3d network level.",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "adrien/filemapper", "version_requirement": ">=1.1.3" }
]
}