
We assert a dependency on this puppi puppet module but then never use it. Looking at the git log we used it at one time to download tarballs but then stopped as it wasn't reliable enough. Clean this up to make puppet 4 happier about this module not having puppi available in production. Change-Id: Ifed308229b92035e8b62d8b3677ca698639c6804
37 lines
948 B
JSON
37 lines
948 B
JSON
{
|
|
"name": "openstackinfra-storyboard",
|
|
"version": "0.0.1",
|
|
"author": "Openstack CI",
|
|
"summary": "Puppet module for the OpenStack StoryBoard",
|
|
"license": "Apache 2.0",
|
|
"source": "git://git.openstack.org/openstack-infra/puppet-storyboard.git",
|
|
"project_page": "http://docs.openstack.org/infra/system-config/",
|
|
"issues_url": "https://storyboard.openstack.org/#!/project/708",
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs/stdlib",
|
|
"version_requirement": ">= 3.2.0"
|
|
},
|
|
{
|
|
"name": "puppetlabs/mysql",
|
|
"version_requirement": ">= 0.6.1"
|
|
},
|
|
{
|
|
"name": "openstackinfra/httpd",
|
|
"version_requirement": "= 0.x"
|
|
},
|
|
{
|
|
"name": "puppetlabs/rabbitmq",
|
|
"version_requirement": ">= 4.0.0"
|
|
},
|
|
{
|
|
"name": "openstackinfra/vcsrepo",
|
|
"version_requirement": ">= 0.0.8"
|
|
},
|
|
{
|
|
"name": "stankevich/python",
|
|
"version_requirement": ">= 1.6.6"
|
|
}
|
|
]
|
|
}
|