Merge "Add puppetlabs-firewall dependency to metadata"

This commit is contained in:
Jenkins 2015-08-09 04:20:00 +00:00 committed by Gerrit Code Review
commit 85469bb95e
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" }
]
}