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
This commit is contained in:
Emma Barber 2015-08-03 12:24:18 -07:00
parent bb5bdb2a56
commit fafa13ca43
1 changed files with 3 additions and 1 deletions

View File

@ -7,5 +7,7 @@
"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": []
"dependencies": [
{ "name": "puppetlabs/firewall", "version_requirement": ">= 0.0.4 <= 1.7.0" }
]
}