puppet-erlang

Puppet module to manage Erlang installation


Keywords
erlang, rabbitmq, hacktoberfest
License
Apache-2.0
Install
puppet module install puppet-erlang --version 1.0.0

Documentation

erlang

CI Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores Apache-2 License

Table of Contents

  1. Description
  2. Setup - The basics of getting started with erlang
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Description

This module configures an Erlang package repository and then installs the Erlang language packages.

Setup

What erlang affects

  • erlang repository files
  • erlang package

Beginning with erlang

Getting started with this module is extremely simple. We've chosen sane defaults for both Debian/Ubuntu and CentOS/RHEL OS's, so all you have to do is add the following to your puppet code:

include erlang

Usage

All options and configuration can be done through interacting with the parameters on the main erlang class. These are now documented via Puppet Strings

You can view example usage in REFERENCE.

Reference

See REFERENCE.

Limitations

Bintray was supported as an upstream repository in the past. Since JFrog shut it down and deleted the repositories, Bintray support was removed from this module.