(maint) update PUPPET_VERSION default to be 3.8.1
This commit is contained in:
parent
237c4b5149
commit
a41cfbd043
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue