puppet-mediawiki/metadata.json
Paul Belanger aa6920461a Migrate to puppet-httpd module
puppet-httpd is the openstack-infra version of puppetlabs-apache
(0.0.4) release.

This patchset will remove the puppetlabs-apache namespace from -infra
allowing for possible future patchsets to use newer puppetlabs-apache
modules.

Change-Id: I2f7206bf1b222643a9c1144c821f3d16a84e75d1
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-07-21 10:11:43 -04:00

24 lines
870 B
JSON

{
"name": "openstackinfra-mediawiki",
"version": "0.0.1",
"author": "Openstack CI",
"summary": "Puppet module for mediawiki",
"license": "Apache 2.0",
"source": "git://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" }
]
}