blt04 / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
Other
242 stars 280 forks source link

Duplicate "case" entry for RedHat in dependencies.pp #110

Open flozano opened 10 years ago

flozano commented 10 years ago
    CentOS,RedHat,Amazon: { require rvm::dependencies::centos }
    OracleLinux,RedHat: { require rvm::dependencies::oraclqelinux }

RedHat is duplicated in both, and that raises an error in geppetto

TJM commented 10 years ago

Is there really a need for a separate "case" for Oracle Linux anyhow, aren't they based on RHEL/CentOS?

Although it does still look different in maestrodev's fork: https://github.com/maestrodev/puppet-rvm/blob/maestrodev/manifests/dependencies.pp

~tommy