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:
parent
bb5bdb2a56
commit
fafa13ca43
@ -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" }
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user