1CDIST-TYPE__RVM_RUBY(7) cdist CDIST-TYPE__RVM_RUBY(7)
2
3
4
6 cdist-type__rvm_ruby - Manage ruby installations through rvm
7
9 RVM is the Ruby enVironment Manager for the Ruby programming language.
10
12 user The remote user account to use
13
14 state Either "present" or "absent", defaults to "present".
15
17 default
18 Set the given version as default
19
21 # Install ruby 1.9.3 through rvm for user thelonious
22 __rvm_ruby ruby-1.9.3-p0 --user thelonious --state present
23
24 # Install ruby 1.9.3 through rvm for user ornette and make it the default
25 __rvm_ruby ruby-1.9.3-p0 --user ornette --state present --default
26
27 # Remove ruby 1.9.3 for user john
28 __rvm_ruby ruby-1.9.3-p0 --user john --state absent
29
31 cdist-type__rvm(7), cdist-type__rvm_gem(7), cdist-type__rvm_gemset(7)
32
34 Evax Software <contact@evax.fr>
35
37 Copyright (C) 2012 Evax Software. Free use of this software is granted
38 under the terms of the GNU General Public License version 3 (GPLv3).
39
41 ungleich GmbH 2019
42
43
44
45
466.3.0 Dec 12, 2019 CDIST-TYPE__RVM_RUBY(7)