
This is the initial commit for puppet-barbican. It has been automatically generated using cookiecutter[1] and msync[2] [1] https://github.com/openstack/puppet-openstack-cookiecutter [2] https://github.com/openstack/puppet-modulesync-configs Change-Id: I52b10cb17701bba20ad64d3f4cc15950c1038c54
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "puppet-barbican",
|
|
"version": "0.0.1",
|
|
"author": "OpenStack Contributors",
|
|
"summary": "Puppet module for OpenStack Barbican",
|
|
"license": "Apache-2.0",
|
|
"source": "git://github.com/openstack/puppet-barbican.git",
|
|
"project_page": "https://launchpad.net/puppet-barbican",
|
|
"issues_url": "https://bugs.launchpad.net/puppet-barbican",
|
|
"description": "Installs and configures OpenStack Barbican.",
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": ["8"]
|
|
},
|
|
{
|
|
"operatingsystem": "Fedora",
|
|
"operatingsystemrelease": ["21","22"]
|
|
},
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": ["7"]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": ["14.04"]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 <5.0.0" },
|
|
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0 <6.0.0" }
|
|
]
|
|
}
|