
As time has gone on we've updated module versions in our global module list making the pinned versions in this module inaccurate. Be more forgiving so that we can update modules as needed without raising warnings. Change-Id: I77f0b9a541710236bcfed3b3c78b94d101152bc1
23 lines
855 B
JSON
23 lines
855 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" }
|
|
]
|
|
}
|