Add missing metadata.json to vcsrepo

The metadata.json was missing from this repo. Resolve
the puppet module dependency issue with Puppet 3.x/Trusty.
The patch removes the deprecated Modulefile.

Change-Id: I5dcc219260c3aeef97f9599f69aae8e741a57f6e
This commit is contained in:
Marton Kiss 2015-08-08 22:12:45 +02:00
parent 035306e7ed
commit 2555bc1b64
2 changed files with 11 additions and 4 deletions

View File

@ -1,4 +0,0 @@
name 'openstackinfra/vcsrepo'
version '0.0.8'
source 'git://git.openstack.org/openstack-infra/puppet-vcsrepo.git'
project_page 'https://git.openstack.org/cgit/openstack-infra/puppet-vcsrepo'

11
metadata.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "openstackinfra-vcsrepo",
"version": "0.0.8",
"author": "OpenStack CI",
"summary": "Puppet module for Version Control System",
"license": "Apache 2.0",
"source": "git://git.openstack.org/openstack-infra/puppet-vcsrepo.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/737",
"dependencies": []
}