Skip to content

Commit c6a29c4

Browse files
committed
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.
1 parent 747f333 commit c6a29c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 4")
2020
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.2")
2121
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 1.0")
2222
gem 'beaker-pe', *location_for(ENV['BEAKER_PE_VERSION'] || '~> 2')
23-
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1')
23+
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 2.1')
2424
gem 'beaker-vmpooler', *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || '~> 1')
2525
gem 'rake', "~> 12.1"
2626
gem 'rototiller'

0 commit comments

Comments
 (0)