1CDIST-TYPE__RBENV(7) cdist CDIST-TYPE__RBENV(7)
2
3
4
6 cdist-type__rbenv - Manage rbenv installation
7
9 This cdist type allows you to manage rbenv installations. It also
10 installs ruby-build.
11
13 state Either "present" or "absent", defaults to "present"
14
15 owner Which user should own the rbenv installation, defaults to root
16
18 # Install rbenv including ruby-build for nico
19 __rbenv /home/nico
20
21 # Install rbenv including ruby-build for nico
22 __rbenv /home/nico --owner nico
23
24 # Bastian does not need rbenv anymore, he began to code C99
25 __rbenv /home/bastian --state absent
26
28 Nico Schottelius <nico-cdist--@--schottelius.org>
29
31 Copyright (C) 2012-2014 Nico Schottelius. You can redistribute it
32 and/or modify it under the terms of the GNU General Public License as
33 published by the Free Software Foundation, either version 3 of the
34 License, or (at your option) any later version.
35
37 ungleich GmbH 2019
38
39
40
41
426.3.0 Dec 12, 2019 CDIST-TYPE__RBENV(7)