File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2323 {
2424 "operatingsystem" : " Debian" ,
2525 "operatingsystemrelease" : [
26- " 10" ,
2726 " 11"
2827 ]
2928 },
3029 {
3130 "operatingsystem" : " Ubuntu" ,
3231 "operatingsystemrelease" : [
33- " 18.04" ,
3432 " 20.04" ,
3533 " 22.04"
3634 ]
4442 {
4543 "operatingsystem" : " FreeBSD" ,
4644 "operatingsystemrelease" : [
47- " 12" ,
4845 " 13" ,
4946 " 14"
5047 ]
Original file line number Diff line number Diff line change 55configure_beaker do |host |
66 case fact_on ( host , 'os.family' )
77 when 'Debian'
8- install_puppet_module_via_pmt_on ( host , 'puppetlabs-apt' , '>= 4.1 .0 < 10.0.0' )
8+ install_puppet_module_via_pmt_on ( host , 'puppetlabs-apt' , '>= 9.0 .0 < 10.0.0' )
99 when 'RedHat'
1010 install_puppet_module_via_pmt_on ( host , 'puppet-epel' , '>= 5.0.0 < 6.0.0' )
1111 if fact_on ( host , 'os.selinux.enabled' )
1414 end
1515 end
1616
17- install_package ( host , 'iproute2' ) if fact ( 'os.release.major' ) . to_i == 18 || fact ( 'os.release.major' ) == 'buster/sid'
18-
1917 # Fake certs
2018 on host , 'echo "-----BEGIN RSA PRIVATE KEY-----
2119MIICXAIBAAKBgQDw1uXI+EAgxk4dOxArPqMNnnCQqmXeQ61XQQXoAgWWjRvY4LAJ
You can’t perform that action at this time.
0 commit comments