puppet-germqtt/metadata.json
Ian Wienand e9edf1fe89 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: I666fa63a8b5a90a5df8a7714403ed44042a57bd1
2019-03-24 20:35:38 +00:00

33 lines
939 B
JSON

{
"name": "puppet-germqtt",
"version": "0.0.1",
"author": "OpenStack CI",
"summary": "Puppet module for OpenStack-infra Germqtt",
"license": "Apache-2.0",
"source": "https://git.openstack.org/openstack-infra/puppet-germqtt.git",
"project_page": "https://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/767",
"description": "Installs and configures OpenStack-infra Germqtt.",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": ["8"]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": ["21","22"]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["7"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.0.0 <5.0.0" }
]
}