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