Skip to content

Commit 32b3314

Browse files
authored
Merge pull request puppetlabs#1272 from lweller/fedora34
(MODULES-11069) add default version for fedora 34
2 parents ebdb903 + 0fdee21 commit 32b3314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)