https://github.com/sous-chefs/erlang
Development repository for the erlang cookbook
https://github.com/sous-chefs/erlang
chef chef-cookbook chef-resource erlang hacktoberfest managed-by-terraform
Last synced: 22 days ago
JSON representation
Development repository for the erlang cookbook
- Host: GitHub
- URL: https://github.com/sous-chefs/erlang
- Owner: sous-chefs
- License: apache-2.0
- Created: 2012-03-14T18:30:33.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T15:45:31.000Z (5 months ago)
- Last Synced: 2025-04-09T15:04:54.414Z (22 days ago)
- Topics: chef, chef-cookbook, chef-resource, erlang, hacktoberfest, managed-by-terraform
- Language: Ruby
- Homepage: https://supermarket.chef.io/cookbooks/erlang
- Size: 347 KB
- Stars: 87
- Watchers: 53
- Forks: 114
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# erlang Cookbook
[](https://supermarket.chef.io/cookbooks/erlang)
[](https://github.com/sous-chefs/erlang/actions?query=workflow%3Aci)
[](#backers)
[](#sponsors)
[](https://opensource.org/licenses/Apache-2.0)Manages installation of Erlang via packages or source.
## Maintainers
This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit [sous-chefs.org](https://sous-chefs.org/) or come chat with us on the Chef Community Slack in [#sous-chefs](https://chefcommunity.slack.com/messages/C2V7B88SF).
## Requirements
### Platforms
- Debian/Ubuntu 16.04+
- RHEL/CentOS/Scientific/Amazon/Oracle 6+
- Fedora
- openSUSE### Chef
- Chef 14+
### Cookbooks
- yum-epel
- yum-erlang_solutions## Attributes
- `node['erlang']['install_method']` - Erlang installation method ("package", "source", or "esl" (for Erlang Solutions packages)).
- `node['erlang']['package']['version']` - OS specific version of Erlang package to install
- `node['erlang']['package']['install_epel_repository']` - Boolean flag indicating whether EPEL yum repository should be installed (in which case Erlang packages may be retrieved from there).
- `node['erlang']['source']['version']` - Version of Erlang/OTP to install from source.
- `node['erlang']['source']['url']` - URL of Erlang/OTP source tarball.
- `node['erlang']['source']['checksum']` - Checksum of the Erlang/OTP source tarball.
- `node['erlang']['source']['build_flags']` - Build flags for compiling Erlang/OTP.
- `node['erlang']['source']['cflags']` - CFLAGS for configuring Erlang/OTP.
- `node['erlang']['esl']['version']` - version specifier for Erlang Solutions packages.
- `node['erlang']['esl']['lsb_codename']` - override the code name used for ESL packages, useful for installing the packages on distributions that they don't make specific packages available (e.g., maverick vs precise).## Recipes
### default
Manages installation of Erlang. Includes the package or source recipe depending on the value of `node['erlang']['install_method']`.
### package
Installs Erlang from distribution packages.
### source
Installs Erlang from source.
### esl
Adds Erlang Solutions' [package repositories] on Debian, CentOS, and Ubuntu systems, and installs the `esl-erlang` package.
[package repositories]: https://www.erlang-solutions.com/downloads/download-erlang-otp
## Contributors
This project exists thanks to all the people who [contribute.](https://opencollective.com/sous-chefs/contributors.svg?width=890&button=false)
### Backers
Thank you to all our backers!

### Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.









