Ian Wienand 1ddaaf168d 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: I174b328472581c9811b19b2d3572d02307b6d88d
2019-03-24 20:35:36 +00:00

31 lines
1.1 KiB
JSON

{
"name": "openstackinfra-askbot",
"version": "0.0.2",
"author": "Openstack CI",
"summary": "Puppet module for askbot",
"license": "Apache 2.0",
"source": "https://git.openstack.org/openstack-infra/puppet-askbot.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/767",
"operatingsystem_support": [
{ "operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
]
}
],
"requirements": [
{ "name": "pe", "version_requirement": ">= 3.2.0 < 3.4.0" },
{ "name": "puppet", "version_requirement": "3.x" }
],
"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": "openstackinfra/redis", "version_requirement": ">= 0.0.1" },
{ "name": "stankevich/python", "version_requirement": ">= 1.9.4" },
{ "name": "puppet-community/git_resource", "version_requirement": "= 0.3.0" }
]
}