File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ mod 'nssdb',
131131 :git => 'https://github.com/rcritten/puppet-nssdb.git'
132132
133133mod 'ntp' ,
134- :commit => '413a705d3b61eda9fb3651affb8cf79251c11d98 ' ,
134+ :commit => 'e02640f066279808e9bd6cfa49b90e7792c0fa00 ' ,
135135 :git => 'https://github.com/puppetlabs/puppetlabs-ntp'
136136
137137mod 'openstack_extras' ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ group :system_tests do
2828 gem 'beaker-rspec' , :require => false
2929 end
3030 gem 'serverspec' , :require => false
31+ gem 'beaker-puppet_install_helper' , :require => false
3132end
3233
3334
Original file line number Diff line number Diff line change 11require 'beaker-rspec'
2+ require 'beaker/puppet_install_helper'
23
34UNSUPPORTED_PLATFORMS = [ 'windows' , 'Darwin' ]
45
56unless ENV [ 'RS_PROVISION' ] == 'no' or ENV [ 'BEAKER_provision' ] == 'no'
6- # This will install the latest available package on el and deb based
7- # systems fail on windows and osx, and install via gem on other *nixes
8- foss_opts = {
9- :default_action => 'gem_install' ,
10- :version => ( ENV [ 'PUPPET_VERSION' ] || '3.8.1' ) ,
11- }
12-
13- if default . is_pe? ; then
14- install_pe ;
15- else
16- install_puppet ( foss_opts ) ;
17- end
7+
8+ run_puppet_install_helper
189
1910 hosts . each do |host |
20- unless host . is_pe?
21- on host , "/bin/echo '' > #{ host [ 'hieraconf' ] } "
22- end
23- on host , "mkdir -p #{ host [ 'distmoduledir' ] } "
2411 if host [ 'platform' ] =~ /sles-12/i || host [ 'platform' ] =~ /solaris-11/i
2512 apply_manifest_on ( host , 'package{"git":}' )
2613 on host , 'git clone -b 4.6.x https://github.com/puppetlabs/puppetlabs-stdlib /etc/puppetlabs/puppet/modules/stdlib'
You can’t perform that action at this time.
0 commit comments