Fix apache2 version cap

Turns out that the chef server thinks that '6' is an invalid version,
need to use '6.0' instead, otherwise uploading the cookbook to a chef
server fails.

Change-Id: I848b3fd923fface842578ae614c2d9b1e14a0892
This commit is contained in:
Jens Harbott 2019-03-11 15:24:47 +00:00
parent b181654077
commit b4683fe828
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ end
depends 'openstack-common', '>= 17.0.0'
depends 'openstackclient'
depends 'apache2', '< 6'
depends 'apache2', '< 6.0'
issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)
source_url 'https://github.com/openstack/cookbook-openstack-identity' if respond_to?(:source_url)