Skip to content

Commit 0fdee21

Browse files
committed
added default version for fedora 34
1 parent 59b18ac commit 0fdee21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: manifests/globals.pp

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
$default_version = $facts['os']['family'] ? {
168168
/^(RedHat|Linux)/ => $facts['os']['name'] ? {
169169
'Fedora' => $facts['os']['release']['major'] ? {
170+
/^(34)$/ => '13',
170171
/^(32|33)$/ => '12',
171172
/^(31)$/ => '11.6',
172173
/^(30)$/ => '11.2',

0 commit comments

Comments
 (0)