
This module has been split out from system-config, and additional files are required to create a proper puppet module. Some of the files are described in the spec: http://specs.openstack.org/openstack-infra/infra-specs/specs/puppet-modules.html Change-Id: Ie7932204cd7c7e4e26b369a34b5cc24e1b53c9e3
19 lines
612 B
JSON
19 lines
612 B
JSON
{
|
|
"name": "openstackci-redis",
|
|
"version": "0.0.1",
|
|
"author": "Openstack CI",
|
|
"summary": "Puppet module for redis",
|
|
"license": "Apache 2.0",
|
|
"source": "git://git.openstack.org/openstack-infra/puppet-redis.git",
|
|
"project_page": "http://ci.openstack.org/",
|
|
"issues_url": "https://storyboard.openstack.org/#!/project/766",
|
|
"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": []
|
|
}
|