diff options
author | Justin Stoller <justin.stoller@gmail.com> | 2015-06-08 21:43:36 -0700 |
---|---|---|
committer | Justin Stoller <justin.stoller@gmail.com> | 2015-06-08 21:43:36 -0700 |
commit | a41cfbd043fb1772f6dc3c1aeef6fcd9978a19dc (patch) | |
tree | 84332697c1296e3b6e5adc827d8f25d7e85f2ac5 | |
parent | 237c4b514986379e33efada2f37437852a3cce32 (diff) | |
download | puppet-stdlib-a41cfbd043fb1772f6dc3c1aeef6fcd9978a19dc.tar.gz puppet-stdlib-a41cfbd043fb1772f6dc3c1aeef6fcd9978a19dc.tar.bz2 |
(maint) update PUPPET_VERSION default to be 3.8.1
-rwxr-xr-x | spec/spec_helper_acceptance.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 79b1390..3d9574b 100755 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -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 |