Skip to content

Commit cf0a445

Browse files
committed
use postgresql 9.6 for the newest SLES and openSUSE releases
1 parent f7bd101 commit cf0a445

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manifests/globals.pp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,12 @@
114114
'SLES' => $::operatingsystemrelease ? {
115115
/11\.[0-4]/ => '91',
116116
/12\.0/ => '93',
117-
default => '94',
117+
/12\.[1-2]/ => '94',
118+
default => '96',
118119
},
119120
'OpenSuSE' => $::operatingsystemrelease ? {
120-
default => '94',
121+
/42\.[1-2]/ => '94',
122+
default => '96',
121123
},
122124
default => undef,
123125
},

0 commit comments

Comments
 (0)