Skip to content

Commit b7cf1e6

Browse files
committed
(PDB-5794): Updated ezbake build version to support debian-12-x86_64 build for puppetdb in 7.x
1 parent 7d47d13 commit b7cf1e6

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
@@ -63,7 +63,7 @@ if ENV['NO_ACCEPTANCE'] != 'true'
6363
# use the pinned version
6464
gem 'beaker', '~> 4.1'
6565
end
66-
gem 'beaker-hostgenerator', '~> 2.2.3'
66+
gem 'beaker-hostgenerator', '~> 2.4'
6767
gem 'beaker-abs', *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.2')
6868
gem 'beaker-vmpooler', *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3")
6969
gem 'beaker-puppet', '~> 1.0'

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
;; in the final package.
314314
[puppetlabs/puppetdb ~pdb-version :exclusions [com.zaxxer/HikariCP]]]
315315
:name "puppetdb"
316-
:plugins [[puppetlabs/lein-ezbake "2.5.5"]]}
316+
:plugins [[puppetlabs/lein-ezbake "2.6.2"]]}
317317
:testutils {:source-paths ^:replace ["test"]
318318
:resource-paths ^:replace []
319319
;; Something else may need adjustment, but

0 commit comments

Comments
 (0)