Open ghost opened 11 years ago
I have the same issue. What is the right way of solving it?
I chatted with maintainers on the rvm irc channel and the only way to fix this, since rvm is installed by root, is the change the permissions after installing your rubies.
exec { 'fix_rvm_permissions':
command => '/bin/chmod -R 775 /usr/local/rvm ; /bin/chown -R :rvm /usr/local/rvm',
require => Rvm_gem["${ruby_version}/rails"]
}
oh lord =/ well... at least it works right...
I'm using this :
After, I do "gem install bundler" and I get
I'm using Vagrant and CentOS 6.3