- Description
- Setup - The basics of getting started with erlang
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
This module configures an Erlang package repository and then installs the Erlang language packages.
- erlang repository files
- erlang package
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
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.
See REFERENCE.
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.