cdist/cdist/conf/type/__rvm/man.rst

47 lines
796 B
ReStructuredText

cdist-type__rvm(7)
==================
NAME
----
cdist-type__rvm - Install rvm for a given user
DESCRIPTION
-----------
RVM is the Ruby enVironment Manager for the Ruby programming language.
REQUIRED PARAMETERS
-------------------
state
Either "present" or "absent", defaults to "present".
EXAMPLES
--------
.. code-block:: sh
# Install rvm for user billie
__rvm billie --state present
# Remove rvm
__rvm billie --state absent
SEE ALSO
--------
:strong:`cdist-type__rvm_gem`\ (7), :strong:`cdist-type__rvm_gemset`\ (7),
:strong:`cdist-type__rvm_ruby`\ (7)
AUTHORS
-------
Evax Software <contact@evax.fr>
COPYING
-------
Copyright \(C) 2012 Evax Software. Free use of this software is granted under
the terms of the GNU General Public License version 3 (GPLv3).