diff --git a/manifests/params.pp b/manifests/params.pp index ced4375..a0c6df0 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -4,7 +4,7 @@ case $::osfamily { 'RedHat': { $postfix_version = $::operatingsystemmajrelease ? { - '7' => '2.6.6', # Not correct, but let's not change existing + '7' => '2.10.1', '6' => '2.6.6', '5' => '2.3.3', default => undef,