fafa13ca43
$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
14 lines
468 B
JSON
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" }
|
|
]
|
|
}
|