diff --git a/manifests/globals.pp b/manifests/globals.pp index d10d4244af..27781f3491 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -65,6 +65,7 @@ $default_version = $::osfamily ? { /^(RedHat|Linux)/ => $::operatingsystem ? { 'Fedora' => $::operatingsystemrelease ? { + /^(29)$/ => '10.6', /^(28)$/ => '10.4', /^(26|27)$/ => '9.6', /^(24|25)$/ => '9.5',