]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
(maint) update PUPPET_VERSION default to be 3.8.1
authorJustin Stoller <justin.stoller@gmail.com>
Tue, 9 Jun 2015 04:43:36 +0000 (21:43 -0700)
committerJustin Stoller <justin.stoller@gmail.com>
Tue, 9 Jun 2015 04:43:36 +0000 (21:43 -0700)
spec/spec_helper_acceptance.rb

index 79b1390ceef1c60a7e969da8d93bcd62f511ad66..3d9574b7056f15f999138a1a4cead243af5fad3b 100755 (executable)
@@ -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