puppet-redis/metadata.json
Marton Kiss 6684db07a7 Add standard puppet module files and .gitreview
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
2015-01-28 19:39:44 +01:00

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": []
}