1CDIST-TYPE__RVM_RUBY(7)              cdist             CDIST-TYPE__RVM_RUBY(7)
2
3
4

NAME

6       cdist-type__rvm_ruby - Manage ruby installations through rvm
7

DESCRIPTION

9       RVM is the Ruby enVironment Manager for the Ruby programming language.
10

REQUIRED PARAMETERS

12       user   The remote user account to use
13
14       state  Either "present" or "absent", defaults to "present".
15

BOOLEAN PARAMETERS

17       default
18              Set the given version as default
19

EXAMPLES

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

SEE ALSO

31       cdist-type__rvm(7), cdist-type__rvm_gem(7), cdist-type__rvm_gemset(7)
32

AUTHORS

34       Evax Software <contact@evax.fr>
35

COPYING

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 2021
42
43
44
45
467.0.0                            Jul 31, 2022          CDIST-TYPE__RVM_RUBY(7)
Impressum