Skip to content

Commit f666342

Browse files
committed
Pin to beaker-puppet 2.x by default
If BEAKER_PUPPET_VERSION is not defined, then bundle install will fail, because this module is still using beaker 4, but the head of beaker-puppet requires beaker 5. This module is not yet beaker 5 compatible, so pin to an earlier beaker-puppet.
1 parent 84c47e5 commit f666342

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
@@ -19,7 +19,7 @@ end
1919
gem "rake", "~> 12.3"
2020

2121
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4')
22-
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || 'https://github.com/voxpupuli/beaker-puppet#master')
22+
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 2')
2323

2424
gem "beaker-docker", *location_for(ENV['BEAKER_DOCKER_VERSION'] || '~> 0')
2525
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || '~> 0')

0 commit comments

Comments
 (0)