Closed docwhat closed 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
PR #81 now allows pinning the RVM version.
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.