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: Ice0fa95abb2e70ef7ef12ca643257fa1348508df
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
(cherry picked from commit 127ce4d5df)
This commit is contained in:
Gael Chamoulaud 2015-03-19 20:03:55 +01:00 committed by Colleen Murphy
parent 56d8d0283f
commit 015f69cc8a
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', '~> 0.3.2'
gem 'metadata-json-lint'
gem 'rspec-puppet', '~> 1.0.1'
gem 'rake', '10.1.1'
gem 'rspec', '< 2.99'

View File

@ -3,7 +3,7 @@
"version": "5.0.0",
"author": "StackForge Contributors",
"summary": "Puppet module for OpenStack Tempest",
"license": "Apache License 2.0",
"license": "Apache-2.0",
"source": "git://github.com/stackforge/puppet-tempest.git",
"project_page": "https://launchpad.net/puppet-tempest",
"issues_url": "https://bugs.launchpad.net/puppet-tempest",