Resource Type: rvm_gemset

Defined in:
lib/puppet/type/rvm_gemset.rb
Providers:
gemset

Overview

Manage RVM Gemsets.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of the gemset to be managed.

  • provider

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

  • proxy_url (defaults to: '')

    Proxy to use when downloading ruby installation

  • ruby_version (namevar) (defaults to: 1.9)

    The ruby version to use. This should be the fully qualified RVM string. For example: ‘ruby-1.9.2-p290’ For a full list of known strings: ‘rvm list known_strings`.