https://github.com/garethr/garethr-pypy
Puppet module for managing pypy
https://github.com/garethr/garethr-pypy
Last synced: 4 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-01T14:32:32.000Z (over 11 years ago)
- Last Synced: 2025-03-26T06:51:43.798Z (4 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 1
- Watchers: 2
- 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)[](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,
}