diff --git a/manifests/globals.pp b/manifests/globals.pp index 1e192f91d9..8fad0c524d 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -65,7 +65,7 @@ $default_version = $::osfamily ? { /^(RedHat|Linux)/ => $::operatingsystem ? { 'Fedora' => $::operatingsystemrelease ? { - /^(26)$/ => '9.6', + /^(26|27)$/ => '9.6', /^(24|25)$/ => '9.5', /^(22|23)$/ => '9.4', /^(21)$/ => '9.3',