Merge pull request #472 from justinstoller/maint/master/set_puppet_version

(maint) update PUPPET_VERSION default to be 3.8.1
This commit is contained in:
David Schmitt 2015-06-09 15:49:14 +01:00
commit 0191a3fb77

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