From 127ce4d5dfbee8f38a6d8c0fc46232d08fd66dcc Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Thu, 19 Mar 2015 20:03:55 +0100 Subject: [PATCH] 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 --- Gemfile | 1 + metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f3182fde..2243a4c5 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/metadata.json b/metadata.json index 453f45c9..90a35f6c 100644 --- a/metadata.json +++ b/metadata.json @@ -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",