Skip to content

Commit 0378093

Browse files
authored
Merge pull request #1353 from pmcmaw/GH-1352/main/add_postgres_zypper
2 parents a8dbf8e + 68e3704 commit 0378093

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]/ => '14',
232232
default => '96',
233233
},
234234
'OpenSuSE' => $facts['os']['release']['full'] ? {

0 commit comments

Comments
 (0)