Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/garethr-erlang
Puppet module for managing erlang from official package repository
https://github.com/garethr/garethr-erlang
Last synced: 2 months ago
JSON representation
Puppet module for managing erlang from official package repository
- Host: GitHub
- URL: https://github.com/garethr/garethr-erlang
- Owner: garethr
- License: apache-2.0
- Created: 2013-04-02T15:56:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T08:08:48.000Z (almost 6 years ago)
- Last Synced: 2024-11-02T11:22:56.606Z (2 months ago)
- Language: Ruby
- Size: 53.7 KB
- Stars: 7
- Watchers: 6
- Forks: 35
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Puppet module for installing Erlang from alternative repositories.
On debian it will use the official repositories
mentioned on the [Erlang
docs](https://www.erlang-solutions.com/downloads/download-erlang-otp).On Redhat 5 it'll use an additional EPEL repository hosted by
[Redhat](http://repos.fedorapeople.org/repos/peter/erlang/epel-erlang.repo).On Redhat 6 it'll require EPEL.
On SUSE it'll use the official repos.
On Archlinux it'll use community repos.
This module is also available on the [Puppet
Forge](https://forge.puppetlabs.com/garethr/erlang)[![Build
Status](https://secure.travis-ci.org/garethr/garethr-erlang.png)](http://travis-ci.org/garethr/garethr-erlang)## Usage
The module includes a single class:
include 'erlang'
By default this sets up the repository and installs the erlang package.