Resource Type: ruby_gem

Defined in:
lib/puppet/type/ruby_gem.rb
Providers:
rubygems

Overview

“”

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
    • installed (alias for: present)
    • uninstalled (alias for: absent)

Parameters

  • gem
  • name (namevar)
  • provider

    The specific backend to use for this ‘ruby_gem` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • ruby_version (defaults to: *)
  • source (defaults to: https://rubygems.org/)
  • version (defaults to: >= 0)