blt04 / puppet-rvm

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

No way to keep RVM up-to-date #78

Closed docwhat closed 11 years ago

docwhat commented 11 years ago

I just discovered that the version of RVM isn't kept up-to-date and there is no way to tell puppet-rvm that it should be running a specific version or 'latest'.

I can manually log in and update RVM, but it sort of defeats the purpose of having puppetized RVM.

docwhat commented 11 years ago

I should clarify. I don't see any way to do that.

I see this code in manifests/system.pp:

class rvm::system($version='latest') {

Which seems to be passed in from the class rvm in init.pp but either it isn't working or I'm not including right:

include rvm
blt04 commented 11 years ago

PR #81 now allows pinning the RVM version.