From 7b6a86f663aa4ab811f98a1166af63906835525a Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Mon, 19 Jul 2021 10:38:27 -0700 Subject: [PATCH] Pull bind cookbook from git to fix version pinning issues Change-Id: Iae50f92d88dbca219d231a12c8d2771fc149dd5b Signed-off-by: Lance Albertson --- Berksfile | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index 4083c30..94c95ea 100644 --- a/Berksfile +++ b/Berksfile @@ -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 diff --git a/metadata.rb b/metadata.rb index b9685a4..c5304b8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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