puppet-vswitch/metadata.json
Gael Chamoulaud 7d83f160cc Fix metadata.json lint issues
Update license name to match a valid SPDX ID.
https://docs.puppetlabs.com/puppet/latest/reference/modules_publishing.html

Change-Id: Ibb06c3e2969deafd1d6bbea5c045a1d403f8f68e
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2015-04-17 11:44:15 +02:00

39 lines
1.1 KiB
JSON

{
"name": "stackforge-vswitch",
"version": "1.0.0",
"source": "https://github.com/stackforge/puppet-vswitch",
"author": "Endre Karlson, Dan Bode and StackForge Contributors",
"license": "Apache-2.0",
"source": "git://github.com/stackforge/puppet-vswitch.git",
"project_page": "https://launchpad.net/puppet-vswitch",
"issues_url": "https://bugs.launchpad.net/puppet-vswitch",
"summary": "A module for providing things (ports, bridges) to vSwitches (OVS)",
"operatingsystem_support": [
{
"operatingsystem":"Fedora",
"operatingsystemrelease": [ "20" ]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04" ]
}
],
"requirements": [
{ "name": "pe","version_requirement": "3.x" },
{ "name": "puppet","version_requirement": "3.x" }
],
"dependencies": []
}