diff --git a/manifests/globals.pp b/manifests/globals.pp index 82e8e81b14..09ae61a836 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -65,6 +65,7 @@ $default_version = $::osfamily ? { /^(RedHat|Linux)/ => $::operatingsystem ? { 'Fedora' => $::operatingsystemrelease ? { + /^(30)$/ => '11.2', /^(29)$/ => '10.6', /^(28)$/ => '10.4', /^(26|27)$/ => '9.6',