Skip to content

Commit

Permalink
Merge pull request #2879 from span786/SERVER-3390-enable-debian-12-x-…
Browse files Browse the repository at this point in the history
…86-64-builds-and-testing-for-puppetserver-in-7-x

(SERVER-3390): Updated ezbake build version to support debian-12-x86_64 build for puppetserver in 7.x
  • Loading branch information
span786 authored Sep 23, 2024
2 parents 0475b27 + 3a132a3 commit 8eeb389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'rake', :group => [:development, :test]
group :test do
gem 'rspec'
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 4.11')
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 1.1")
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2.4")
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.1")
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3")
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || ["~> 1.0", ">= 1.0.1"])
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
[puppetlabs/jruby-utils]
[puppetlabs/puppetserver ~ps-version]
[puppetlabs/trapperkeeper-webserver-jetty9]]
:plugins [[puppetlabs/lein-ezbake "2.5.5"]]
:plugins [[puppetlabs/lein-ezbake "2.6.2"]]
:name "puppetserver"}
:uberjar {:dependencies [[org.bouncycastle/bcpkix-jdk18on]
[puppetlabs/trapperkeeper-webserver-jetty9]]
Expand Down

0 comments on commit 8eeb389

Please sign in to comment.