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