Skip to content

Commit 5ddafca

Browse files
committed
(MODULES-3241) Add fedora 23
It has the same defaults as fedora 22
1 parent bccb77d commit 5ddafca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifests/globals.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
$default_version = $::osfamily ? {
6262
/^(RedHat|Linux)/ => $::operatingsystem ? {
6363
'Fedora' => $::operatingsystemrelease ? {
64-
/^(22)$/ => '9.4',
65-
/^(21)$/ => '9.3',
64+
/^(22|23)$/ => '9.4',
65+
/^(21)$/ => '9.3',
6666
/^(18|19|20)$/ => '9.2',
67-
/^(17)$/ => '9.1',
68-
default => undef,
67+
/^(17)$/ => '9.1',
68+
default => undef,
6969
},
7070
'Amazon' => '9.2',
7171
default => $::operatingsystemrelease ? {

0 commit comments

Comments
 (0)