diff --git a/manifests/globals.pp b/manifests/globals.pp index 069262227e..c99567161f 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -114,10 +114,12 @@ 'SLES' => $::operatingsystemrelease ? { /11\.[0-4]/ => '91', /12\.0/ => '93', - default => '94', + /12\.[1-2]/ => '94', + default => '96', }, 'OpenSuSE' => $::operatingsystemrelease ? { - default => '94', + /42\.[1-2]/ => '94', + default => '96', }, default => undef, },