We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
it should work, ubuntu and deployer should be in the rvm group and in the next login shell rvm would work
Sorry, something went wrong.
No branches or pull requests
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:
This is my configuration:
I am running on Ubuntu 14.04.
Am I doing something wrong? or is just this version is not supported?
The text was updated successfully, but these errors were encountered: