3edce85b13
Also pull bind cookbook from git to fix version pinning issues and fix ChefSpec. Change-Id: I9bd4f54d9d10e9f3aba98a297213304507b9967d Signed-off-by: Lance Albertson <lance@osuosl.org>
19 lines
542 B
Ruby
19 lines
542 B
Ruby
name 'openstack-identity'
|
|
maintainer 'openstack-chef'
|
|
maintainer_email 'openstack-discuss@lists.openstack.org'
|
|
license 'Apache-2.0'
|
|
description 'The OpenStack Identity service Keystone.'
|
|
version '19.1.1'
|
|
|
|
%w(ubuntu redhat centos).each do |os|
|
|
supports os
|
|
end
|
|
|
|
depends 'apache2', '~> 8.0'
|
|
depends 'openstackclient'
|
|
depends 'openstack-common', '>= 19.0.0'
|
|
|
|
issues_url 'https://launchpad.net/openstack-chef'
|
|
source_url 'https://opendev.org/openstack/cookbook-openstack-identity'
|
|
chef_version '>= 15.0'
|