Fix metadata.json lint issues

Update license name to match a valid SPDX ID, and fix open-ended deps.
https://docs.puppetlabs.com/puppet/latest/reference/modules_publishing.html

Change-Id: I3604f3f523200ecf074cc87aa336212b3c64f2a7
This commit is contained in:
Sebastien Badia 2015-02-25 04:03:34 +01:00 committed by Gael Chamoulaud
parent 4fd2ce2d82
commit e68dc141cc
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"version": "5.0.0",
"author": "eNovance and StackForge Contributors",
"summary": "Puppet module for OpenStack Heat",
"license": "Apache License 2.0",
"license": "Apache-2.0",
"source": "git://github.com/stackforge/puppet-heat.git",
"project_page": "https://launchpad.net/puppet-heat",
"issues_url": "https://bugs.launchpad.net/puppet-heat",
@ -34,6 +34,6 @@
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "stackforge/keystone", "version_requirement": ">=5.0.0 <6.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0" }
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0 <6.0.0" }
]
}