-
-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Just only from my lack of knowledge, if there is any reason to reject Oracle Linux as OS
This happens at manifests/params.pp
I think it could be added here:
'CentOS','RedHat','OracleLinux': {
$python_version = $facts['os']['release']['major'] ? {
'7' => '3.6',
'8' => '3.8',
}
Most of the times, without taking into account external repos that could be added also to CentOS or RHEL, own Oracle Linux repos have usually the same versions of every single package as CentOS and RHEL, and futhermore they usually have more recent ones. It happens with Docker, PHP, Python, etc...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers