{"id":14155308,"url":"https://github.com/sous-chefs/erlang","last_synced_at":"2025-04-09T15:05:01.316Z","repository":{"id":2725882,"uuid":"3720808","full_name":"sous-chefs/erlang","owner":"sous-chefs","description":"Development repository for the erlang cookbook","archived":false,"fork":false,"pushed_at":"2024-12-05T15:45:31.000Z","size":355,"stargazers_count":87,"open_issues_count":1,"forks_count":114,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-04-09T15:04:54.414Z","etag":null,"topics":["chef","chef-cookbook","chef-resource","erlang","hacktoberfest","managed-by-terraform"],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/erlang","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sous-chefs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"open_collective":"sous-chefs"}},"created_at":"2012-03-14T18:30:33.000Z","updated_at":"2024-12-05T15:45:34.000Z","dependencies_parsed_at":"2023-09-24T06:58:56.793Z","dependency_job_id":"d546a2f8-8a81-4666-92b6-8ee2fdaece8c","html_url":"https://github.com/sous-chefs/erlang","commit_stats":{"total_commits":391,"total_committers":46,"mean_commits":8.5,"dds":0.8005115089514067,"last_synced_commit":"8d8a3c53c409c6da321951b1ea5fde9e6651ca75"},"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Ferlang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Ferlang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Ferlang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Ferlang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sous-chefs","download_url":"https://codeload.github.com/sous-chefs/erlang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055284,"owners_count":21040157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chef","chef-cookbook","chef-resource","erlang","hacktoberfest","managed-by-terraform"],"created_at":"2024-08-17T08:02:48.685Z","updated_at":"2025-04-09T15:05:01.284Z","avatar_url":"https://github.com/sous-chefs.png","language":"Ruby","funding_links":["https://opencollective.com/sous-chefs"],"categories":["hacktoberfest"],"sub_categories":[],"readme":"# erlang Cookbook\n\n[![Cookbook Version](https://img.shields.io/cookbook/v/erlang.svg)](https://supermarket.chef.io/cookbooks/erlang)\n[![CI State](https://github.com/sous-chefs/erlang/workflows/ci/badge.svg)](https://github.com/sous-chefs/erlang/actions?query=workflow%3Aci)\n[![OpenCollective](https://opencollective.com/sous-chefs/backers/badge.svg)](#backers)\n[![OpenCollective](https://opencollective.com/sous-chefs/sponsors/badge.svg)](#sponsors)\n[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)\n\nManages installation of Erlang via packages or source.\n\n## Maintainers\n\nThis 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).\n\n## Requirements\n\n### Platforms\n\n- Debian/Ubuntu 16.04+\n- RHEL/CentOS/Scientific/Amazon/Oracle 6+\n- Fedora\n- openSUSE\n\n### Chef\n\n- Chef 14+\n\n### Cookbooks\n\n- yum-epel\n- yum-erlang_solutions\n\n## Attributes\n\n- `node['erlang']['install_method']` - Erlang installation method (\"package\", \"source\", or \"esl\" (for Erlang Solutions packages)).\n- `node['erlang']['package']['version']` - OS specific version of Erlang package to install\n- `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).\n- `node['erlang']['source']['version']` - Version of Erlang/OTP to install from source.\n- `node['erlang']['source']['url']` - URL of Erlang/OTP source tarball.\n- `node['erlang']['source']['checksum']` - Checksum of the Erlang/OTP source tarball.\n- `node['erlang']['source']['build_flags']` - Build flags for compiling Erlang/OTP.\n- `node['erlang']['source']['cflags']` - CFLAGS for configuring Erlang/OTP.\n- `node['erlang']['esl']['version']` - version specifier for Erlang Solutions packages.\n- `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).\n\n## Recipes\n\n### default\n\nManages installation of Erlang. Includes the package or source recipe depending on the value of `node['erlang']['install_method']`.\n\n### package\n\nInstalls Erlang from distribution packages.\n\n### source\n\nInstalls Erlang from source.\n\n### esl\n\nAdds Erlang Solutions' [package repositories] on Debian, CentOS, and Ubuntu systems, and installs the `esl-erlang` package.\n\n[package repositories]: https://www.erlang-solutions.com/downloads/download-erlang-otp\n\n## Contributors\n\nThis project exists thanks to all the people who [contribute.](https://opencollective.com/sous-chefs/contributors.svg?width=890\u0026button=false)\n\n### Backers\n\nThank you to all our backers!\n\n![https://opencollective.com/sous-chefs#backers](https://opencollective.com/sous-chefs/backers.svg?width=600\u0026avatarHeight=40)\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website.\n\n![https://opencollective.com/sous-chefs/sponsor/0/website](https://opencollective.com/sous-chefs/sponsor/0/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/1/website](https://opencollective.com/sous-chefs/sponsor/1/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/2/website](https://opencollective.com/sous-chefs/sponsor/2/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/3/website](https://opencollective.com/sous-chefs/sponsor/3/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/4/website](https://opencollective.com/sous-chefs/sponsor/4/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/5/website](https://opencollective.com/sous-chefs/sponsor/5/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/6/website](https://opencollective.com/sous-chefs/sponsor/6/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/7/website](https://opencollective.com/sous-chefs/sponsor/7/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/8/website](https://opencollective.com/sous-chefs/sponsor/8/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/9/website](https://opencollective.com/sous-chefs/sponsor/9/avatar.svg?avatarHeight=100)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Ferlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsous-chefs%2Ferlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Ferlang/lists"}