]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
(maint) Add beaker-puppet to the gemfile
authorGabriel Nagy <gabriel.nagy@puppet.com>
Thu, 18 Feb 2021 14:12:07 +0000 (16:12 +0200)
committerGabriel Nagy <gabriel.nagy@puppet.com>
Thu, 18 Feb 2021 14:20:56 +0000 (16:20 +0200)
Add beaker-puppet to unify core module gemfiles

Gemfile

diff --git a/Gemfile b/Gemfile
index ede9290bbc8822f7416924aeaaa83d01749ddd62..dd48fccece8a1c8ba82504d91f5086cfb202bcfe 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -45,6 +45,7 @@ group :system_tests do
   gem "beaker-pe",                                                               require: false
   gem "beaker-hostgenerator"
   gem "beaker-rspec"
+  gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.0')
   gem "pdk", '~> 1.18',                                                          platforms: [:ruby]
   gem "puppet-blacksmith", '~> 3.4',                                             require: false
 end