A state module to manage rubygems. Gems can be set up to be installed or removed. This module will use RVM or rbenv if they are installed. In that case, you can specify what ruby version and gemset to target.
addressable:
gem.installed:
- user: rvm
- ruby: jruby@jgemset
salt.states.gem.
installed
(name, ruby=None, runas=None, user=None, version=None, rdoc=False, ri=False, proxy=None)¶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.
salt.states.gem.
removed
(name, ruby=None, runas=None, user=None)¶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.