71. cdist-type__package_rubygem(7)

Manage rubygem packages

Chase Allen James <nx-cdist@nu-ex.com>

71.1. DESCRIPTION

Rubygems is the default package management system for the Ruby programming language.

71.2. REQUIRED PARAMETERS

None

71.3. OPTIONAL PARAMETERS

name
If supplied, use the name and not the object id as the package name.
state
Either “present” or “absent”, defaults to “present”

71.4. EXAMPLES

# Ensure sinatra is installed
__package_rubygem sinatra --state present

# Remove package
__package_rubygem rails --state absent

71.6. COPYING

Copyright (C) 2011 Chase Allen James. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).