puppet-storyboard/metadata.json
Ian Wienand b3fd60a132 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I7624791255f9b56e9ea72b18975dabb8bc755335
2019-03-24 20:35:45 +00:00

37 lines
950 B
JSON

{
"name": "openstackinfra-storyboard",
"version": "0.0.1",
"author": "Openstack CI",
"summary": "Puppet module for the OpenStack StoryBoard",
"license": "Apache 2.0",
"source": "https://git.openstack.org/openstack-infra/puppet-storyboard.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/708",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0"
},
{
"name": "puppetlabs/mysql",
"version_requirement": ">= 0.6.1"
},
{
"name": "openstackinfra/httpd",
"version_requirement": "= 0.x"
},
{
"name": "puppetlabs/rabbitmq",
"version_requirement": ">= 4.0.0"
},
{
"name": "openstackinfra/vcsrepo",
"version_requirement": ">= 0.0.8"
},
{
"name": "stankevich/python",
"version_requirement": ">= 1.6.6"
}
]
}