Skip to content

Commit

Permalink
(maint) update PUPPET_VERSION default to be 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstoller committed Jun 9, 2015
1 parent 237c4b5 commit a41cfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
unless ENV['RS_PROVISION'] == 'no' or ENV['BEAKER_provision'] == 'no'
foss_opts = {
:default_action => 'gem_install',
:version => (ENV['PUPPET_VERSION'] ? ENV['PUPPET_VERSION'] : '3.7.2'),
:version => (ENV['PUPPET_VERSION'] || '3.8.1'),
}

if default.is_pe?; then install_pe; else install_puppet( foss_opts ); end
Expand Down

0 comments on commit a41cfbd

Please sign in to comment.