From c6a29c47f06efafd659fd60b8c856acebd45883c Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 19 Mar 2024 23:05:22 -0700 Subject: [PATCH] Update beaker-puppet 2.1 Versions prior to 2.1 resulted in errors like the following: No repository installation step for amazon yet... We can't use beaker-puppet 3, because that depends on beaker 5. --- acceptance/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/Gemfile b/acceptance/Gemfile index 2b46be2092..9147f39c3f 100644 --- a/acceptance/Gemfile +++ b/acceptance/Gemfile @@ -20,7 +20,7 @@ gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 4") gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.2") gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 1.0") gem 'beaker-pe', *location_for(ENV['BEAKER_PE_VERSION'] || '~> 2') -gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1') +gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 2.1') gem 'beaker-vmpooler', *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || '~> 1') gem 'rake', "~> 12.1" gem 'rototiller'