erlang Cookbook
(opens in a new tab) (opens in a new tab) (opens in a new tab)
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 (opens in a new tab) or come chat with us on the Chef Community Slack in #sous-chefs (opens in a new tab).
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 installnode['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 (opens in a new tab) on Debian, CentOS, and Ubuntu systems, and installs the esl-erlang
package.
Contributors
This project exists thanks to all the people who contribute. (opens in a new tab)
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.