diff --git a/manifests/params.pp b/manifests/params.pp index 21bc0477f..a539e42ce 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -36,7 +36,7 @@ $python_package_name = 'MySQL-python' } 'Amazon': { - if versioncmp($facts['os']['release']['full'], '2') >= 0 { + if versioncmp($facts['os']['release']['full'], '2022') >= 0 or $facts['os']['release']['full'] == '2' { $provider = 'mariadb' } else { $provider = 'mysql'