1CDIST-TYPE__PACKAGE_RUBYGEM(7) cdist CDIST-TYPE__PACKAGE_RUBYGEM(7)
2
3
4
6 cdist-type__package_rubygem - Manage rubygem packages
7
9 Rubygems is the default package management system for the Ruby program‐
10 ming language.
11
13 None
14
16 name If supplied, use the name and not the object id as the package
17 name.
18
19 state Either "present" or "absent", defaults to "present"
20
22 # Ensure sinatra is installed
23 __package_rubygem sinatra --state present
24
25 # Remove package
26 __package_rubygem rails --state absent
27
29 cdist-type__package(7)
30
32 Chase Allen James <nx-cdist@nu-ex.com>
33
35 Copyright (C) 2011 Chase Allen James. You can redistribute it and/or
36 modify it under the terms of the GNU General Public License as pub‐
37 lished by the Free Software Foundation, either version 3 of the
38 License, or (at your option) any later version.
39
41 ungleich GmbH 2020
42
43
44
45
466.9.4 Dec 21, 2020 CDIST-TYPE__PACKAGE_RUBYGEM(7)