blt04 / puppet-rvm

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

Added dependency support for Oracle Linux (tested on 5.7) #45

Closed adnichols closed 12 years ago

adnichols commented 12 years ago

Dependencies for Oracle Linux 5.7 are identical to CentOS (in the cases I tested) but the $operatingsystem values are different. We will be testing OEL 6.2 soon as well so I can add changes as necessary to support that platform - we've found OEL 6.2 tends to differ more from CentOS 6.2 than the 5 series does.

blt04 commented 12 years ago

Thank you for the pull request!