Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garethr/garethr-pypy

Puppet module for managing pypy
https://github.com/garethr/garethr-pypy

Last synced: 10 days ago
JSON representation

Puppet module for managing pypy

Awesome Lists containing this project

README

        

Puppet module for installing the Pypy from the official PPA.
This module is also available on the [Puppet
Forge](https://forge.puppetlabs.com/garethr/pypy)

[![Build
Status](https://secure.travis-ci.org/garethr/garethr-pypy.png)](http://travis-ci.org/garethr/garethr-pypy)

## 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,
}