Skip to content

Commit 3a132a3

Browse files
committed
(SERVER-3390): Updated ezbake build version to support debian-12-x86_64 build for puppetserver in 7.x
1 parent 0475b27 commit 3a132a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'rake', :group => [:development, :test]
1919
group :test do
2020
gem 'rspec'
2121
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 4.11')
22-
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 1.1")
22+
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2.4")
2323
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.1")
2424
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3")
2525
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || ["~> 1.0", ">= 1.0.1"])

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
[puppetlabs/jruby-utils]
173173
[puppetlabs/puppetserver ~ps-version]
174174
[puppetlabs/trapperkeeper-webserver-jetty9]]
175-
:plugins [[puppetlabs/lein-ezbake "2.5.5"]]
175+
:plugins [[puppetlabs/lein-ezbake "2.6.2"]]
176176
:name "puppetserver"}
177177
:uberjar {:dependencies [[org.bouncycastle/bcpkix-jdk18on]
178178
[puppetlabs/trapperkeeper-webserver-jetty9]]

0 commit comments

Comments
 (0)