Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garethr/garethr-pypy
- Owner: garethr
- License: apache-2.0
- Created: 2013-04-15T20:39:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-01T14:32:32.000Z (almost 11 years ago)
- Last Synced: 2024-12-11T15:56:12.947Z (12 days ago)
- Language: Ruby
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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,
}