cdist-type__rvm - Install rvm for a given user
RVM is the Ruby enVironment Manager for the Ruby programming language.
- 
state
 - 
    Either "present" or "absent", defaults to "present".
 
# Install rvm for user billie
__rvm billie --state present
# Remove rvm
__rvm billie --state absent
Copyright (C) 2012 Evax Software. Free use of this software is granted under
the terms of the GNU General Public License version 3 (GPLv3).