diff --git a/Berksfile b/Berksfile index 60467fa..4e06443 100644 --- a/Berksfile +++ b/Berksfile @@ -20,8 +20,4 @@ solver :ruby, :required end end -# TODO(ramereth): Remove after this PR is released -# https://github.com/joyofhex/cookbook-bind/pull/60 -cookbook 'bind', github: 'joyofhex/cookbook-bind' - metadata diff --git a/metadata.rb b/metadata.rb index 0b49cca..2475993 100644 --- a/metadata.rb +++ b/metadata.rb @@ -9,7 +9,7 @@ version '20.0.0' supports os end -depends 'bind', '~> 3.1.0' +depends 'bind', '~> 3.0.0' depends 'openstackclient' depends 'openstack-common', '>= 20.0.0' depends 'openstack-dns', '>= 20.0.0'