diff --git a/manifests/globals.pp b/manifests/globals.pp index 4d5502e11e..ee7d924b87 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -153,7 +153,7 @@ $default_version = $facts['os']['family'] ? { /^(RedHat|Linux)/ => $facts['os']['name'] ? { 'Fedora' => $facts['os']['release']['full'] ? { - /^(32)$/ => '12', + /^(32|33)$/ => '12', /^(31)$/ => '11.6', /^(30)$/ => '11.2', /^(29)$/ => '10.6',