Skip to content

Commit 9977bf2

Browse files
committed
update postgresql package version
1 parent a8dbf8e commit 9977bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/globals.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@
227227
/11\.4/ => '94',
228228
/12\.0/ => '93',
229229
/12\.[1-3]/ => '94',
230-
/12\.[4-5]/ => '10',
231-
/15\.[0-9]/ => '10',
230+
/12\.[4-5]/ => '12',
231+
/15\.[0-9]/ => '12',
232232
default => '96',
233233
},
234234
'OpenSuSE' => $facts['os']['release']['full'] ? {

0 commit comments

Comments
 (0)