Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voxpupuli/puppet-erlang
Puppet module to manage Erlang installation
https://github.com/voxpupuli/puppet-erlang
centos-puppet-module debian-puppet-module hacktoberfest linux-puppet-module puppet ubuntu-puppet-module
Last synced: 3 months ago
JSON representation
Puppet module to manage Erlang installation
- Host: GitHub
- URL: https://github.com/voxpupuli/puppet-erlang
- Owner: voxpupuli
- License: apache-2.0
- Created: 2020-07-01T00:58:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T11:26:40.000Z (9 months ago)
- Last Synced: 2024-04-13T23:10:38.867Z (9 months ago)
- Topics: centos-puppet-module, debian-puppet-module, hacktoberfest, linux-puppet-module, puppet, ubuntu-puppet-module
- Language: Ruby
- Size: 155 KB
- Stars: 0
- Watchers: 40
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# erlang
[![CI](https://github.com/voxpupuli/puppet-erlang/actions/workflows/ci.yml/badge.svg)](https://github.com/voxpupuli/puppet-erlang/actions/workflows/ci.yml)
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/erlang.svg)](https://forge.puppetlabs.com/puppet/erlang)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/erlang.svg)](https://forge.puppetlabs.com/puppet/erlang)
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/erlang.svg)](https://forge.puppetlabs.com/puppet/erlang)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/erlang.svg)](https://forge.puppetlabs.com/puppet/erlang)
[![Apache-2 License](https://img.shields.io/github/license/voxpupuli/puppet-erlang.svg)](LICENSE)#### Table of Contents
1. [Description](#description)
2. [Setup - The basics of getting started with erlang](#setup)
* [What erlang affects](#what-erlang-affects)
* [Setup requirements](#setup-requirements)
* [Beginning with erlang](#beginning-with-erlang)
3. [Usage - Configuration options and additional functionality](#usage)
4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
5. [Limitations - OS compatibility, etc.](#limitations)
6. [Development - Guide for contributing to the module](#development)## 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:```puppet
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](https://github.com/puppetlabs/puppet-strings)You can view example usage in [REFERENCE](REFERENCE.md).
## Reference
See [REFERENCE](REFERENCE.md).
## 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.