Skip to content

Commit 998e8e1

Browse files
authored
Merge pull request #1158 from XnS/fix-sles-versions
add version configs for SLES 12 SP 3 to 5
2 parents 6ee4305 + f18cf07 commit 998e8e1

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)