Pull bind cookbook from git to fix version pinning issues

Change-Id: Iae50f92d88dbca219d231a12c8d2771fc149dd5b
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2021-07-19 10:38:27 -07:00
parent 6d780e21af
commit 7b6a86f663
2 changed files with 5 additions and 1 deletions

View File

@ -20,4 +20,8 @@ solver :ruby, :required
end
end
# TODO(ramereth): Remove after this PR gets included in a release
# # https://github.com/joyofhex/cookbook-bind/pull/60
cookbook 'bind', github: 'joyofhex/cookbook-bind'
metadata

View File

@ -7,7 +7,7 @@ source_url 'https://opendev.org/openstack/cookbook-openstack-dns'
license 'Apache-2.0'
description 'Installs and configures the Designate Service'
chef_version '>= 15.0'
version '19.2.0'
version '19.2.1'
%w(ubuntu redhat centos).each do |os|
supports os