(maint) update PUPPET_VERSION default to be 3.8.1

This commit is contained in:
Justin Stoller 2015-06-08 21:43:36 -07:00
parent 237c4b5149
commit a41cfbd043

View file

@ -6,7 +6,7 @@ UNSUPPORTED_PLATFORMS = []
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