diff --git a/manifests/globals.pp b/manifests/globals.pp index 48a2d1e9f8..3aec3aa062 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -167,6 +167,7 @@ $default_version = $facts['os']['family'] ? { /^(RedHat|Linux)/ => $facts['os']['name'] ? { 'Fedora' => $facts['os']['release']['major'] ? { + /^(34)$/ => '13', /^(32|33)$/ => '12', /^(31)$/ => '11.6', /^(30)$/ => '11.2',