File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- modulesync_config_version : ' 1.9.4 '
1+ modulesync_config_version : ' 1.9.6 '
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ matrix:
2828 - rvm : 2.5.1
2929 bundler_args : --without development release
3030 dist : trusty
31- env : PUPPET_INSTALL_TYPE=agent BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=centos7-64{hypervisor=docker} CHECK=beaker
31+ env : PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=centos7-64{hypervisor=docker} CHECK=beaker
3232 services : docker
3333 sudo : required
3434 - rvm : 2.5.1
3535 bundler_args : --without development release
3636 dist : trusty
37- env : PUPPET_INSTALL_TYPE=agent BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=debian9-64{hypervisor=docker} CHECK=beaker
37+ env : PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=debian9-64{hypervisor=docker} CHECK=beaker
3838 services : docker
3939 sudo : required
4040branches :
Original file line number Diff line number Diff line change @@ -53,9 +53,11 @@ group :system_tests do
5353 end
5454 gem 'serverspec' , :require => false
5555 gem 'beaker-hostgenerator' , '>= 1.1.10' , :require => false
56+ gem 'beaker-docker' , :require => false
57+ gem 'beaker-puppet' , :require => false
5658 gem 'beaker-puppet_install_helper' , :require => false
5759 gem 'beaker-module_install_helper' , :require => false
58- gem 'rbnacl' , '~> 4' , :require => false if RUBY_VERSION >= '2.2.6'
60+ gem 'rbnacl' , '>= 4' , :require => false if RUBY_VERSION >= '2.2.6'
5961 gem 'rbnacl-libsodium' , :require => false if RUBY_VERSION >= '2.2.6'
6062 gem 'bcrypt_pbkdf' , :require => false
6163end
Original file line number Diff line number Diff line change 11require 'beaker-rspec'
2+ require 'beaker-puppet'
23require 'beaker/puppet_install_helper'
34require 'beaker/module_install_helper'
45
56run_puppet_install_helper unless ENV [ 'BEAKER_provision' ] == 'no'
6- install_module
7- install_module_dependencies
7+ install_ca_certs unless ENV [ 'PUPPET_INSTALL_TYPE' ] =~ %r{pe}i
8+ install_module_on ( hosts )
9+ install_module_dependencies_on ( hosts )
810
911RSpec . configure do |c |
1012 # Readable test descriptions
You can’t perform that action at this time.
0 commit comments