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

47 lines
796 B
ReStructuredText
Raw Normal View History

2012-01-13 07:28:13 +00:00
cdist-type__rvm(7)
==================
NAME
----
cdist-type__rvm - Install rvm for a given user
2012-01-13 07:28:13 +00:00
DESCRIPTION
-----------
RVM is the Ruby enVironment Manager for the Ruby programming language.
REQUIRED PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
state
Either "present" or "absent", defaults to "present".
2012-01-13 07:28:13 +00:00
EXAMPLES
--------
2016-05-20 06:50:56 +00:00
.. code-block:: sh
# Install rvm for user billie
__rvm billie --state present
2012-01-13 07:28:13 +00:00
2016-05-20 06:50:56 +00:00
# Remove rvm
__rvm billie --state absent
2012-01-13 07:28:13 +00:00
SEE ALSO
--------
2016-06-30 13:12:32 +00:00
:strong:`cdist-type__rvm_gem`\ (7), :strong:`cdist-type__rvm_gemset`\ (7),
:strong:`cdist-type__rvm_ruby`\ (7)
AUTHORS
-------
Evax Software <contact@evax.fr>
2012-01-13 07:28:13 +00:00
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).