puppet-featuretracker/metadata.json
Jeremy Stanley 5336c6aecc Initial boilerplate files
Basic module framework as output by cookiecutter using the
openstack-infra/puppet-infra-cookiecutter template.

Change-Id: Ibbbc6ba09cf7ce0253b1b8b3a3d6f511bcfd4516
2016-07-18 20:45:00 +00:00

33 lines
985 B
JSON

{
"name": "puppet-userstory_dashboard",
"version": "0.0.1",
"author": "OpenStack CI",
"summary": "Puppet module for OpenStack-infra Userstory_dashboard",
"license": "Apache-2.0",
"source": "git://git.openstack.org/openstack-infra/puppet-userstory_dashboard.git",
"project_page": "https://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/767",
"description": "Installs and configures OpenStack-infra Userstory_dashboard.",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": ["8"]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": ["21","22"]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["7"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.0.0 <5.0.0" }
]
}