File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 33
33
{
34
34
"operatingsystem" : " CentOS" ,
35
35
"operatingsystemrelease" : [
36
- " 7" ,
37
- " 8" ,
38
36
" 9"
39
37
]
40
38
},
41
39
{
42
40
"operatingsystem" : " RedHat" ,
43
41
"operatingsystemrelease" : [
44
- " 7" ,
45
- " 8" ,
46
42
" 9"
47
43
]
48
44
},
49
45
{
50
46
"operatingsystem" : " Rocky" ,
51
47
"operatingsystemrelease" : [
52
- " 8" ,
53
48
" 9"
54
49
]
55
50
},
56
51
{
57
52
"operatingsystem" : " Ubuntu" ,
58
53
"operatingsystemrelease" : [
59
- " 18.04" ,
60
54
" 20.04" ,
61
55
" 22.04"
62
56
]
63
57
},
64
58
{
65
59
"operatingsystem" : " Debian" ,
66
60
"operatingsystemrelease" : [
67
- " 10" ,
68
61
" 11" ,
69
62
" 12"
70
63
]
Original file line number Diff line number Diff line change 2
2
3
3
require 'voxpupuli/acceptance/spec_helper_acceptance'
4
4
5
- configure_beaker do |host |
6
- next unless fact ( 'os.name' ) == 'Debian' && fact ( 'os.release.major' ) == '8'
7
-
8
- on host , 'echo "deb http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list'
9
- on host , 'echo \'Acquire::Check-Valid-Until "false";\' > /etc/apt/apt.conf.d/check-valid'
10
- on host , 'DEBIAN_FRONTEND=noninteractive apt-get -y update'
11
- on host , 'DEBIAN_FRONTEND=noninteractive apt-get install -y -t jessie-backports openjdk-8-jdk'
12
- end
5
+ configure_beaker
You can’t perform that action at this time.
0 commit comments