puppet-mediawiki/metadata.json
Ian Wienand 36e8b6930e 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: I019dd6a8a66810c0e9813d5b18d6f743a56b2b90
2019-03-24 20:35:41 +00:00

24 lines
872 B
JSON

{
"name": "openstackinfra-mediawiki",
"version": "0.0.1",
"author": "Openstack CI",
"summary": "Puppet module for mediawiki",
"license": "Apache 2.0",
"source": "https://git.openstack.org/openstack-infra/puppet-mediawiki.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/775",
"operatingsystem_support": [
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": ["12.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": "openstackinfra/httpd", "version_requirement": "0.x" },
{ "name": "openstackinfra/vcsrepo", "version_requirement": "= 0.0.8" }
]
}