{"id":19249351,"url":"https://github.com/sous-chefs/yum-erlang_solutions","last_synced_at":"2025-04-21T12:32:00.606Z","repository":{"id":12499640,"uuid":"15169233","full_name":"sous-chefs/yum-erlang_solutions","owner":"sous-chefs","description":"Development repository for the yum-erlang_solutions cookbook","archived":false,"fork":false,"pushed_at":"2024-02-01T01:41:38.000Z","size":139,"stargazers_count":4,"open_issues_count":3,"forks_count":19,"subscribers_count":21,"default_branch":"main","last_synced_at":"2024-04-14T00:49:18.746Z","etag":null,"topics":["chef","chef-cookbook","chef-resource","hacktoberfest","managed-by-terraform","yum-erlang-solutions"],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/yum-erlang_solutions","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":"2013-12-13T17:08:14.000Z","updated_at":"2023-11-27T04:51:00.000Z","dependencies_parsed_at":"2023-09-24T06:59:52.933Z","dependency_job_id":"f3d6018f-477e-40ff-bc7c-5f9dbbd81296","html_url":"https://github.com/sous-chefs/yum-erlang_solutions","commit_stats":{"total_commits":167,"total_committers":16,"mean_commits":10.4375,"dds":0.7245508982035929,"last_synced_commit":"1660bfca696195be1c7c466f0babc95647f4fb22"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fyum-erlang_solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fyum-erlang_solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fyum-erlang_solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fyum-erlang_solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sous-chefs","download_url":"https://codeload.github.com/sous-chefs/yum-erlang_solutions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223261075,"owners_count":17115603,"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","hacktoberfest","managed-by-terraform","yum-erlang-solutions"],"created_at":"2024-11-09T18:13:48.155Z","updated_at":"2024-11-09T18:13:48.918Z","avatar_url":"https://github.com/sous-chefs.png","language":"Ruby","funding_links":["https://opencollective.com/sous-chefs"],"categories":[],"sub_categories":[],"readme":"# yum-erlang_solutions Cookbook\n\n[![Cookbook Version](https://img.shields.io/cookbook/v/yum-erlang_solutions.svg)](https://supermarket.chef.io/cookbooks/yum-erlang_solutions)\n[![CI State](https://github.com/sous-chefs/yum-erlang_solutions/workflows/ci/badge.svg)](https://github.com/sous-chefs/yum-erlang_solutions/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\nThe yum-erlang_solutions cookbook takes over management of the default repositoryids used by erlang_solutions. It allows attribute manipulation of `erlang_solutions`.\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- RHEL/CentOS and derivatives\n- Amazon Linux\n\n### Chef\n\n- Chef 12.14+\n\n### Cookbooks\n\n- none\n\n## Attributes\n\nThe following attributes are set by default\n\n```ruby\ndefault['yum']['erlang_solutions']['baseurl'] = \"http://packages.erlang-solutions.com/rpm/centos/#{platform_version.to_i}/$basearch\"\ndefault['yum']['erlang_solutions']['description'] = \"Centos #{platform_version.to_i} - $basearch - Erlang Solutions\"\ndefault['yum']['erlang_solutions']['gpgkey'] = 'http://packages.erlang-solutions.com/debian/erlang_solutions.asc'\ndefault['yum']['erlang_solutions']['enabled'] = true\n```\n\n## Recipes\n\n- default - Walks through node attributes and feeds a yum_resource\n- parameters. The following is an example a resource generated by the\n- recipe during compilation.\n\n```ruby\n  yum_repository 'erlang_solutions' do\n    baseurl 'http://packages.erlang-solutions.com/rpm/centos/#{platform_version.to_i}/$basearch'\n    description 'Centos #{platform_version.to_i} - $basearch - Erlang Solutions'\n    enabled true\n    gpgcheck true\n    gpgkey 'http://packages.erlang-solutions.com/debian/erlang_solutions.asc'\n  end\n```\n\n## Usage Example\n\nTo disable the erlang_solutions repository through a Role or Environment definition\n\n```ruby\ndefault_attributes(\n  :yum =\u003e {\n    :erlang_solutions =\u003e {\n      :enabled =\u003e {\n        false\n       }\n     }\n   }\n )\n```\n\nTo enable the erlang_solutions repository with a wrapper cookbook, place the following in a recipe:\n\n```ruby\nnode.default['yum']['erlang_solutions']['enabled'] = true\ninclude_recipe 'yum-erlang_solutions'\n```\n\n## More Examples\n\nPoint the erlang_solutions repositories at an internally hosted server.\n\n```ruby\nnode.default['yum']['erlang_solutions']['enabled'] = true\nnode.default['yum']['erlang_solutions']['baseurl'] = 'https://internal.example.com/erlang_solutions'\nnode.default['yum']['erlang_solutions']['sslverify'] = false\n\ninclude_recipe 'yum-erlang_solutions'\n```\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%2Fyum-erlang_solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsous-chefs%2Fyum-erlang_solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Fyum-erlang_solutions/lists"}