puppet-httpd/metadata.json
Emma Barber fafa13ca43 Add puppetlabs-firewall dependency to metadata
$configure_firewall defaults to true, however the related firewall
dependency is missing from the module metadata. The lower bound
used here reflects that of puppetlabs-apache v0.0.4, the upper bound is
the current release.

Change-Id: Ic628fcacf11a65786241047f58839544e3d1fc52
2015-08-07 18:41:07 -07:00

14 lines
468 B
JSON

{
"name": "openstackinfra-httpd",
"version": "0.0.0",
"author": "Openstack CI",
"summary": "Puppet module for httpd",
"license": "Apache 2.0",
"source": "git://git.openstack.org/openstack-infra/puppet-httpd.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/754",
"dependencies": [
{ "name": "puppetlabs/firewall", "version_requirement": ">= 0.0.4 <= 1.7.0" }
]
}