From bf5d67caedbbca31b4a783b7eba84465cd50fd4f Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Mon, 19 Jul 2021 15:05:16 -0700 Subject: [PATCH] Pull bind cookbook from git to fix version pinning issues Change-Id: I9c1b8c4e6510b9764b46f2fc8d457b127179d58d Signed-off-by: Lance Albertson --- Berksfile | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index e143807..9d21811 100644 --- a/Berksfile +++ b/Berksfile @@ -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: diff --git a/metadata.rb b/metadata.rb index 70580c3..a772222 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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