blt04 / puppet-rvm

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

Added some more dependencies for Ubuntu 12.04 precise #74

Closed iantruslove closed 10 years ago

iantruslove commented 11 years ago

I have a 12.04 machine running, and there were a couple of ubuntu dependencies missing to get rvm installed. I added these into a separate class within ubuntu.pp, and used the $::operatingsystemversion to determine whether to require that class.