Resource Type: rvm_alias

Defined in:
lib/puppet/type/rvm_alias.rb
Providers:
alias

Overview

Manage RVM Aliases.

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 alias to be managed.

  • provider

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

  • target_ruby

    The ruby version that is the target of our alias. For example: ‘ruby-1.9.2-p290’