garethr-pypy

Install the official pypy packages


Keywords
ubuntu, python, ppa, pypy
License
Apache-2.0
Install
puppet module install garethr-pypy --version 0.0.1

Documentation

Puppet module for installing the Pypy from the official PPA. This module is also available on the Puppet Forge

Build Status

Usage

The module includes a single class:

include 'pypy'

By default this sets up the PPA and installs the pypy package. If you want to keep up-to-date with the latest version, or specific a specific version, you can do so:

class { 'pypy':
  version => latest,
}