Skip to content

Commit 93bf0b5

Browse files
authored
Merge pull request #1591 from bastelfreak/tests6
Add EL9 support
2 parents 4042680 + 2fab228 commit 93bf0b5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

metadata.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@
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
{
@@ -79,13 +81,15 @@
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
],

spec/acceptance/server_instance_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# run a test task
44
require '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':

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy