blt04 / puppet-rvm

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

Why pre-install packages? #103

Open MrReasonable opened 10 years ago

MrReasonable commented 10 years ago

RVM will install all the packages that it needs in order to run. In addition, RVM provides an rvm autolibs command flag that installs Ruby dependencies. Would it not make sense to allow RVM to control this stuff rather than expecting the puppet module to do it?