Pull bind cookbook from git to fix version pinning issues

Change-Id: I9c1b8c4e6510b9764b46f2fc8d457b127179d58d
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2021-07-19 15:05:16 -07:00
parent 561fc1b700
commit bf5d67caed
2 changed files with 5 additions and 1 deletions

View File

@ -38,6 +38,10 @@ 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
# cookbook for testing LWRPs:

View File

@ -6,7 +6,7 @@ description 'Installs the fog-openstack gem and offers LWRPs to use it'
issues_url 'https://launchpad.net/openstack-chef'
source_url 'https://opendev.org/openstack/cookbook-openstack-client'
chef_version '>= 15.0'
version '19.1.0'
version '19.1.1'
%w(ubuntu redhat centos).each do |os|
supports os