puppet-rvm icon indicating copy to clipboard operation
puppet-rvm copied to clipboard

helpers.pp rvm update command is deprecated

Open martinseener opened this issue 10 years ago • 0 comments

The "rvm update" command is deprecated in newer version, so instead you should use "rvm get stable". here is my proposed code: exec { 'upgrade-rvm': command => '/usr/local/rvm/bin/rvm get stable ; /usr/local/rvm/bin/rvm reload', refreshonly => 'true', } }

martinseener avatar Apr 10 '14 13:04 martinseener