File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 38
38
"operatingsystem" : " CentOS" ,
39
39
"operatingsystemrelease" : [
40
40
" 7" ,
41
- " 8"
41
+ " 8" ,
42
+ " 9"
42
43
]
43
44
},
44
45
{
45
46
"operatingsystem" : " OracleLinux" ,
46
47
"operatingsystemrelease" : [
47
- " 7"
48
+ " 7" ,
49
+ " 9"
48
50
]
49
51
},
50
52
{
78
80
{
79
81
"operatingsystem" : " Rocky" ,
80
82
"operatingsystemrelease" : [
81
- " 8"
83
+ " 8" ,
84
+ " 9"
82
85
]
83
86
},
84
87
{
85
88
"operatingsystem" : " AlmaLinux" ,
86
89
"operatingsystemrelease" : [
87
- " 8"
90
+ " 8" ,
91
+ " 9"
88
92
]
89
93
}
90
94
],
Original file line number Diff line number Diff line change 3
3
# run a test task
4
4
require 'spec_helper_acceptance'
5
5
6
- describe 'postgresql instance test1' , if : os [ :family ] == 'redhat' && os [ :release ] . start_with? ( '8 ' ) do
6
+ describe 'postgresql instance test1' , if : os [ :family ] == 'redhat' && ! os [ :release ] . start_with? ( '7 ' ) do
7
7
pp = <<-MANIFEST
8
8
# set global defaults
9
9
class { 'postgresql::globals':
You can’t perform that action at this time.
0 commit comments