Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow OracleLinux as OS as same as CentOS/RedHat #332

Open
lsotoca opened this issue Aug 3, 2021 · 1 comment
Open

Allow OracleLinux as OS as same as CentOS/RedHat #332

lsotoca opened this issue Aug 3, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@lsotoca
Copy link

lsotoca commented Aug 3, 2021

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...

@kenyon kenyon added the enhancement New feature or request label Aug 3, 2021
@sri4kanne
Copy link

Is there anyone working on this or could be prioritized? would definitely benefit us as we are on very old version when OL/COS were supported.
I'm fairly new to puppet and would love to learn and contribute if a PR would be accepted.

@smortex smortex added the good first issue Good for newcomers label Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants