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
{
79
81
{
80
82
"operatingsystem" : " Rocky" ,
81
83
"operatingsystemrelease" : [
82
- " 8"
84
+ " 8" ,
85
+ " 9"
83
86
]
84
87
},
85
88
{
86
89
"operatingsystem" : " AlmaLinux" ,
87
90
"operatingsystemrelease" : [
88
- " 8"
91
+ " 8" ,
92
+ " 9"
89
93
]
90
94
}
91
95
],
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