Skip to content

Commit 6a7e798

Browse files
committed
Added fc21 default version
1 parent e579f6a commit 6a7e798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
$default_version = $::osfamily ? {
5252
/^(RedHat|Linux)/ => $::operatingsystem ? {
5353
'Fedora' => $::operatingsystemrelease ? {
54+
/^(21)$/ => '9.3',
5455
/^(18|19|20)$/ => '9.2',
5556
/^(17)$/ => '9.1',
5657
default => undef,

0 commit comments

Comments
 (0)