Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rvm no available for user #72

Closed
nicopaez opened this issue Dec 29, 2014 · 1 comment
Closed

rvm no available for user #72

nicopaez opened this issue Dec 29, 2014 · 1 comment

Comments

@nicopaez
Copy link

Hi, rvm is installed in the system but the users are not able to use them, it seems that rvm scripts are not sourced.
This is the message I get:

No command 'rvm' found

This is my configuration:

  include rvm
  rvm::system_user { ubuntu: ; deployer: ;}
    rvm_system_ruby { 'ruby-2.1.3':
    ensure      => 'present',
    default_use => true,
  }   

I am running on Ubuntu 14.04.
Am I doing something wrong? or is just this version is not supported?

@carlossg
Copy link
Member

it should work, ubuntu and deployer should be in the rvm group and in the next login shell rvm would work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants