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

Include OracleLinux with RHEL clones #131

Open
jdreffein opened this issue Feb 6, 2023 · 0 comments
Open

Include OracleLinux with RHEL clones #131

jdreffein opened this issue Feb 6, 2023 · 0 comments

Comments

@jdreffein
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: all (7)
  • Ruby:
  • Distribution: OracleLinux 7+ (
  • Module version: 0.4.0 (latest) and rel/v2.0.0

How to reproduce (e.g Puppet code you use)

Deploy bareos (director) on OracleLinux Host

What are you seeing

Output "Operationsystem is not supported by this module"

What behaviour did you expect instead

deploy bareos components as like on RHEL, Centos, Rocky, AlmaLinux and other clones.
Modifications below work (tested on OracleLinux 7.9), simply need to be added to project.

Output log

Any additional information you'd like to impart

fix:

case $os {

  • /(?i:redhat|centos|rocky|almalinux|fedora|virtuozzolinux|amazon)/: {
  • /(?i:redhat|centos|rocky|almalinux|fedora|virtuozzolinux|amazon|OracleLinux)/: {
    case $os {
  •    'RedHat', 'VirtuozzoLinux': {
    
  •    'RedHat', 'VirtuozzoLinux', 'OracleLinux': {
        $location = "${url}RHEL_${osmajrelease}"
      }
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant