puppet-rvm
puppet-rvm copied to clipboard
Puppet Module to manage RVM installations
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...
User - unless refers to $group and $username, should these be 'rvm' and $name? Gem - should the lookup command be rvm ${rubyset_version} gem list ....?
While creating my devbox (https://github.com/czerasz/devbox) I noticed some strange error message. I'm new to vagrant and puppet so I'm not sure if it depends on my configuration or the rvm...