Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.