Resource Type: pyenv_package

Defined in:
lib/puppet/type/pyenv_package.rb
Providers:
pip

Overview

Install a Python package

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    “”

  • package

    Name of the package to install

  • provider

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

  • pyenv_root

    The location of pyenv install

  • pyenv_version

    The Python version to install under

  • version (defaults to: >=0)

    The version of the package to install