A state module to manage rubygems. Gems can be set up to be installed or removed. This module will use RVM if it is installed. In that case, you can specify what ruby version and gemset to target.
addressable:
gem.installed:
- user: rvm
- ruby: jruby@jgemset
Make sure that a gem is installed.
The user under which to run the gem command
Deprecated since version 0.17.0.
The user under which to run the gem command
New in version 0.17.0.
Make sure that a gem is not installed.
The user under which to run the gem command
Deprecated since version 0.17.0.
The user under which to run the gem command
New in version 0.17.0.
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.