cdist/cdist/conf/type/__rbenv/man.rst

50 lines
972 B
ReStructuredText
Raw Normal View History

cdist-type__rbenv(7)
====================
NAME
----
cdist-type__rbenv - Manage rbenv installation
2016-05-20 06:50:56 +00:00
Nico Schottelius <nico-cdist--@--schottelius.org>
DESCRIPTION
-----------
This cdist type allows you to manage rbenv installations.
It also installs ruby-build.
OPTIONAL PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
state
Either "present" or "absent", defaults to "present"
2016-05-20 06:50:56 +00:00
owner
Which user should own the rbenv installation, defaults to root
EXAMPLES
--------
2016-05-20 06:50:56 +00:00
.. code-block:: sh
# Install rbenv including ruby-build for nico
__rbenv /home/nico
2016-05-20 06:50:56 +00:00
# Install rbenv including ruby-build for nico
__rbenv /home/nico --owner nico
2016-05-20 06:50:56 +00:00
# Bastian does not need rbenv anymore, he began to code C99
__rbenv /home/bastian --state absent
SEE ALSO
--------
2016-05-20 06:50:56 +00:00
- `cdist-type(7) <cdist-type.html>`_
COPYING
-------
Copyright \(C) 2012-2014 Nico Schottelius. Free use of this software is
granted under the terms of the GNU General Public License version 3 (GPLv3).