puppet-redis/metadata.json
Jeremy Stanley 04bfbef56d Replace ci.o.o links with docs.o.o/infra
The http://ci.openstack.org/ documentation site has been deprecated,
replaced by redirects to corresponding paths within
http://docs.openstack.org/infra/ where other Project Infrastructure
documentation already resides.

Change-Id: I570e4fff384bbb922ed1c05e4c14b7577ebef22d
2015-05-14 21:38:18 +00:00

19 lines
637 B
JSON

{
"name": "openstackinfra-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://docs.openstack.org/infra/system-config/",
"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": []
}