File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 3838 "operatingsystem" : " CentOS" ,
3939 "operatingsystemrelease" : [
4040 " 7" ,
41- " 8"
41+ " 8" ,
42+ " 9"
4243 ]
4344 },
4445 {
4546 "operatingsystem" : " OracleLinux" ,
4647 "operatingsystemrelease" : [
47- " 7"
48+ " 7" ,
49+ " 9"
4850 ]
4951 },
5052 {
7981 {
8082 "operatingsystem" : " Rocky" ,
8183 "operatingsystemrelease" : [
82- " 8"
84+ " 8" ,
85+ " 9"
8386 ]
8487 },
8588 {
8689 "operatingsystem" : " AlmaLinux" ,
8790 "operatingsystemrelease" : [
88- " 8"
91+ " 8" ,
92+ " 9"
8993 ]
9094 }
9195 ],
Original file line number Diff line number Diff line change 33# run a test task
44require 'spec_helper_acceptance'
55
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
77 pp = <<-MANIFEST
88 # set global defaults
99 class { 'postgresql::globals':
@@ -12,7 +12,7 @@ class { 'postgresql::globals':
1212 manage_package_repo => false,
1313 manage_dnf_module => true,
1414 needs_initdb => true,
15- version => '13 ',
15+ version => '16 ',
1616 }
1717 # stop default main instance
1818 class { 'postgresql::server':
You can’t perform that action at this time.
0 commit comments