puppet-rvm
puppet-rvm copied to clipboard
helpers.pp rvm update command is deprecated
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', } }