Skip to content

Commit

Permalink
add FACTER_GEM_VERSION to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 23, 2015
1 parent 0369686 commit fac6dac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ else
gem 'puppet', :require => false
end

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

group :development, :test do
gem 'rake', :require => false
gem 'puppetlabs_spec_helper', :require => false
Expand Down

0 comments on commit fac6dac

Please sign in to comment.