puppet-drupal/metadata.json
Paul Belanger 21b54b74b6 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: I341295e1969b9ff1d54ac84655c1eb340b239684
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-07-16 15:48:45 -04:00

23 lines
854 B
JSON

{
"name": "openstackinfra-drupal",
"version": "0.0.1",
"author": "Openstack CI",
"summary": "Puppet module for drupal",
"license": "Apache 2.0",
"source": "git://git.openstack.org/openstack-infra/puppet-drupal.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/762",
"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": "puppetlabs/mysql", "version_requirement": "= 0.6.1" },
{ "name": "openstackinfra/httpd", "version_requirement": "0.x" }
]
}