Skip to content

Commit d4940c2

Browse files
authored
Merge pull request puppetlabs#914 from tampakrap/tampakrap_suse_96
use postgresql 9.6 for the newest SLES and openSUSE releases
2 parents 670175e + cf0a445 commit d4940c2

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
@@ -115,10 +115,12 @@
115115
'SLES' => $::operatingsystemrelease ? {
116116
/11\.[0-4]/ => '91',
117117
/12\.0/ => '93',
118-
default => '94',
118+
/12\.[1-2]/ => '94',
119+
default => '96',
119120
},
120121
'OpenSuSE' => $::operatingsystemrelease ? {
121-
default => '94',
122+
/42\.[1-2]/ => '94',
123+
default => '96',
122124
},
123125
default => undef,
124126
},

0 commit comments

Comments
 (0)