Skip to content

Commit

Permalink
fix formatting and temporarily re-enable module-install-helper, pendi…
Browse files Browse the repository at this point in the history
…ng adding it upstream
  • Loading branch information
William Yardley committed Sep 16, 2017
1 parent ce67205 commit 066b70c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ group :system_tests do
end
gem 'serverspec', :require => false
gem 'beaker-puppet_install_helper', :require => false
gem 'beaker-module_install_helper', :require => false
end



if facterversion = ENV['FACTER_GEM_VERSION']
gem 'facter', facterversion.to_s, :require => false, :groups => [:test]
else
gem 'facter', :require => false, :groups => [:test]
gem 'facter', :require => false, :groups => [:test]
end

ENV['PUPPET_VERSION'].nil? ? puppetversion = '~> 5.0' : puppetversion = ENV['PUPPET_VERSION'].to_s
Expand Down

0 comments on commit 066b70c

Please sign in to comment.