Skip to content

Commit

Permalink
Update Environment variable for Gem install
Browse files Browse the repository at this point in the history
  • Loading branch information
petems committed Oct 14, 2016
1 parent 88d8376 commit e469231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group :system_tests do
gem 'beaker-puppet_install_helper', :require => false
end

ENV['PUPPET_VERSION'].nil? ? puppetversion = '~> 4.0' : puppetversion = ENV['PUPPET_VERSION'].to_s
ENV['PUPPET_GEM_VERSION'].nil? ? puppetversion = '~> 4.0' : puppetversion = ENV['PUPPET_GEM_VERSION'].to_s
gem 'puppet', puppetversion, :require => false, :groups => [:test]

# vim: syntax=ruby

0 comments on commit e469231

Please sign in to comment.