Skip to content

Commit f18cf07

Browse files
author
XnS
committed
add versions for SLES 12 SP 3 to 5
1 parent a75c861 commit f18cf07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/globals.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@
211211
/11\.[0-3]/ => '91',
212212
/11\.4/ => '94',
213213
/12\.0/ => '93',
214-
/12\.[1-2]/ => '94',
214+
/12\.[1-3]/ => '94',
215+
/12\.[4-5]/ => '10',
215216
/15\.0/ => '10',
216217
default => '96',
217218
},

0 commit comments

Comments
 (0)