Files
puppet-horizon/metadata.json
Colleen Murphy 512ff352eb Update horzion::wsgi::apache for new apache module
A recent bugfix in the puppetlabs-apache module broke this module's
usage of vhost redirects. This patch updates our usage of apache::vhost
to use the new redirectmatch_dest parameter and pins the apache module
dependency to 1.2.0 so that the new parameter will be available.

Change-Id: I123b49eb54d7fd2908f09db03acacd1ba4f01492
Closes-Bug: 1390453
2014-11-24 12:55:44 -08:00

39 lines
1.2 KiB
JSON

{
"name": "stackforge-horizon",
"version": "5.0.0",
"author": "Puppet Labs and StackForge Contributors",
"summary": "Puppet module for OpenStack Horizon",
"license": "Apache License 2.0",
"source": "git://github.com/stackforge/puppet-horizon.git",
"project_page": "https://launchpad.net/puppet-horizon",
"issues_url": "https://bugs.launchpad.net/puppet-horizon",
"requirements": [
{ "name": "pe","version_requirement": "3.x" },
{ "name": "puppet","version_requirement": "3.x" }
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": ["7"]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": ["20"]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["6.5","7"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["12.04","14.04"]
}
],
"description": "Installs and configures OpenStack Horizon (Dashboard).",
"dependencies": [
{ "name": "puppetlabs/apache", "version_requirement": ">=1.2.0 <2.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "saz/memcached", "version_requirement": ">=2.0.2 <3.0.0" }
]
}