cookbook 'yum-epel', '~> 6.0.0'
yum-epel
(59) Versions
6.0.0
-
-
6.0.0
-
5.0.9
-
5.0.8
-
5.0.7
-
5.0.6
-
5.0.5
-
5.0.4
-
5.0.3
-
5.0.2
-
5.0.1
-
5.0.0
-
4.5.1
-
4.5.0
-
4.4.1
-
4.4.0
-
4.3.0
-
4.2.3
-
4.2.2
-
4.2.1
-
4.2.0
-
4.1.4
-
4.1.3
-
4.1.2
-
4.1.1
-
4.1.0
-
4.0.1
-
4.0.0
-
3.3.0
-
3.2.0
-
3.1.0
-
3.0.0
-
2.1.2
-
2.1.1
-
2.1.0
-
2.0.0
-
1.0.2
-
1.0.1
-
1.0.0
-
0.7.1
-
0.7.0
-
0.6.6
-
0.6.5
-
0.6.4
-
0.6.3
-
0.6.2
-
0.6.1
-
0.6.0
-
0.5.3
-
0.5.2
-
0.5.1
-
0.5.0
-
0.4.0
-
0.3.6
-
0.3.4
-
0.3.2
-
0.3.0
-
0.2.0
-
0.1.6
-
0.1.4
Follow93
- 6.0.0
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.5.1
- 4.5.0
- 4.4.1
- 4.4.0
- 4.3.0
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.7.1
- 0.7.0
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.0
- 0.3.6
- 0.3.4
- 0.3.2
- 0.3.0
- 0.2.0
- 0.1.6
- 0.1.4
Provides custom resources for managing EPEL Yum repositories
cookbook 'yum-epel', '~> 6.0.0', :supermarket
knife supermarket install yum-epel
knife supermarket download yum-epel
yum-epel Cookbook
Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux.
The yum-epel cookbook provides custom resources that wrap Chef Infra's yum_repository resource for the default repository IDs shipped by epel-release and epel-next-release.
For migration details from the legacy recipe and attribute API, see [migration.md](migration.md).
Below is a table showing which repository IDs are managed by the cookbook resources:
| Repo ID | EL 8 | EL 9 | EL 10 | CentOS Stream 9 |
|---|---|---|---|---|
| epel | yes | yes | yes | yes |
| epel-debuginfo | yes | yes | yes | yes |
| epel-next | no | no | no | yes |
| epel-next-debuginfo | no | no | no | yes |
| epel-next-source | no | no | no | yes |
| epel-next-testing | no | no | no | yes |
| epel-next-testing-debug | no | no | no | yes |
| epel-next-testing-source | no | no | no | yes |
| epel-source | yes | yes | yes | yes |
| epel-testing | yes | yes | yes | yes |
| epel-testing-debuginfo | yes | yes | yes | yes |
| epel-testing-source | yes | yes | yes | yes |
Requirements
Platforms
- AlmaLinux 8+
- Amazon Linux 2023+
- CentOS Stream 9+
- Oracle Linux 8+
- Red Hat Enterprise Linux 8+
- Rocky Linux 8+
Chef
- Chef 15.3+
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 or come chat with us on the Chef Community Slack in #sous-chefs.
Cookbooks
- none
Resources
- [yum_epel](documentation/yum-epel_yum_epel.md)
- [yum_epel_repository](documentation/yum-epel_yum_epel_repository.md)
Usage Example
Manage the default EPEL repositories. By default the epel repository is enabled. On CentOS Stream 9, epel-next is also enabled.
yum_epel 'default'
Disable the epel repository while keeping it managed.
yum_epel 'default' do disabled_repositories ['epel'] end
Uncommonly used repository IDs are not managed by default. To manage and enable all supported repository IDs for the platform:
yum_epel 'all' do repositories :all enabled_repositories :all end
More Examples
Point the epel repositories at an internally hosted server.
yum_epel_repository 'epel' do mirrorlist nil baseurl 'https://internal.example.com/centos/9/os/x86_64' sslverify false end
Contributors
This project exists thanks to all the people who contribute.
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.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
yum-epel Cookbook CHANGELOG
This file is used to list changes made in each version of the yum-epel cookbook.
6.0.0 (2026-07-09)
⚠ BREAKING CHANGES
- migrate yum-epel to custom resources (#114)
Features
Bug Fixes
- 25 by only setting an attribute if there's a TrueValue or similar (941fd94)
- ci: Update workflows to use release pipeline (#109) (e7218fc)
- migrate to Policyfile (#122) (7b686da)
5.0.10 (2025-10-16)
Bug Fixes
5.0.1 - 2023-06-08
Standardise files with files in sous-chefs/repo-management
5.0.0 - 2023-04-17
- Remove EPEL Modular
- Add support for Amazon Linux 2023
4.5.1 - 2023-04-13
- Add renovate.json
4.5.0 - 2022-06-03
- Remove epel-playground per upstream removal
4.4.1 - 2022-02-02
- Remove delivery and move to calling RSpec directly via a reusable workflow
4.4.0 - 2022-01-27
- Allow the cookbook to install EPEL on Alma Linux
- Remove testing for CentOS 8 (use Stream instead)
4.3.0 - 2022-01-07
- Allow the cookbook to install EPEL on Rocky Linux
4.2.3 - 2021-11-03
- Rename helper method to
epel_8_reposto not conflict with yum-centos
4.2.2 - 2021-11-02
- Update documentation for epel on CentOS Stream
4.2.1 - 2021-11-02
- Add epel and epel-debuginfo repos by default for CentOS Streams
4.2.0 - 2021-11-02
- Add support for CentOS Stream 8
4.1.4 - 2021-08-30
- Standardise files with files in sous-chefs/repo-management
4.1.3 - 2021-07-14
- Remove deprecated
failoverproriotysetting
4.1.2 - 2021-06-01
- Standardise files with files in sous-chefs/repo-management
4.1.1 - 2021-01-24
- Fix support for Oracle Linux
4.1.0 - 2021-01-14
- Sous Chefs Adoption
4.0.1 (2021-01-04)
- Return empty array on non-yum systems - @ramereth
4.0.0 (2020-12-15)
- Cookstyle fixes - @tas50
- Switch all http URLs to HTTPS URLs - @damacus
- Switch gpgkey urls - @knightorc
- Require Chef 12.15+ - @tas50
- Remove CentOS 6 / Amazon Linux 201X support/testing - @ramereth
- Improve InSpec test by using yum.repo resource - @ramereth
- Fix repo descriptions on Amazon Linux - @ramereth
- Test all supported repos in new "all" suite - @ramereth
- Ensure other epel repos are not enabled in default suite - @ramereth
- Add various modular and playground repos for EL8 - @ramereth
- Update README - @ramereth
- Cleanup metadata.rb formatting - @ramereth
3.3.0 (2018-10-09)
- Fix cookbook to work on all releases of Amazon Linux 2
- Test on Amazon Linux 2 in specs and in Travis
3.2.0 (2018-07-24)
- Support EPEL on ARM32.
3.1.0 (2018-02-26)
- Add support for Amazon Linux 2.0
3.0.0 (2018-02-16)
- Require Chef 12.14+ and remove the compat_resource dependency
2.1.2 (2017-06-15)
- Switch from Rake testing to Local Delivery
- Update apache2 license string to be a SPDX compliant string
- Change yum repo location of gpgkey to download.fedoraproject.org instead of dl.fedoraproject.org
- Avoid chefspec deprecations and speed up specs
2.1.1 (2017-01-05)
- Revert how mirror list strings are generated to fix RHEL 7
2.1.0 (2016-12-22)
- Test in Travis using the current build of chef/chef docker image
- Test on older Chef
- allow the use of any valid property via attributes
- fixing tests
- output versions in the job that is being ran
- cops
2.0.0 (2016-11-26)
- Clarify that we require Chef 12.1+ not 12.0+
- Use compat_resource instead of the yum cookbook
- Add integration testing with inspec
1.0.2 (2016-10-21)
- Remove upper bound on yum constraint
1.0.1 (2016-09-11)
- Fix epel-testing attributes
1.0.0 (2016-09-06)
- Add chef_version metadata
- Testing updates
- Remove support for Chef 11
v0.7.1 (2016-08-19)
- Remove bats testing
- Fix attribute settings
- Cleanup travis file
v0.7.0 (2016-04-27)
- Added support for IBM zlinux platform
- Added back the Test Kitchen support for local vagrant testing
- Added long_description to the metadata
- Loosen the dependency on the yum cookbook
v0.6.5
- updated to use
make_cacheoption that yum cookbook allows for the yum resource to use.
v0.6.5 (2015-11-23)
- Fix setting bool false properties
v0.6.4 (2015-10-27)
- Updating default recipe for Chef 13 deprecation warnings. Not
- passing nil.
v0.6.3 (2015-09-22)
- Added standard Chef gitignore and chefignore files
- Added the standard chef rubocop config
- Update contributing, maintainers, and testing docs
- Update Chefspec config to 4.X format
- Update distro versions in the Kitchen config
- Add Travis CI and cookbook version badges in the readme
- Expand the requirements section in the readme
- Add additional distros to the metadata
- Added source_url and issues_url metadata
v0.6.2 (2015-06-21)
- Depending on yum ~> 3.2
- Support for the password attribute wasn't added to the
- yum_repository LWRP until yum 3.2.0.
v0.6.1 (2015-06-21)
- Switching to https for URL links
- Using metalink URLs
v0.6.0 (2015-01-03)
- Adding EL7 support
v0.5.3 (2014-10-28)
- Revert Use HTTPS for GPG keys and mirror lists
v0.5.2 (2014-10-28)
- Use HTTPS for GPG keys and mirror lists
- Use local key on Amazon Linux
v0.5.0 (2014-09-02)
- Add all attribute available to LWRP to allow for tuning.
v0.4.0 (2014-07-27)
- [#9] Allowing list of repositories to reference configurable.
v0.3.6 (2014-04-09)
- [COOK-4509] add RHEL7 support to yum-epel cookbook
v0.3.4 (2014-02-19)
COOK-4353 - Fixing typo in readme
v0.3.2 (2014-02-13)
Updating README to explain the 'managed' parameter
v0.3.0 (2014-02-12)
[COOK-4292] - Do not manage secondary repos by default
v0.2.0
Adding Amazon Linux support
v0.1.6
Fixing up attribute values for EL6
v0.1.4
Adding CHANGELOG.md
v0.1.0
initial release
Collaborator Number Metric
6.0.0 passed this metric
Contributing File Metric
6.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
6.0.0 passed this metric
No Binaries Metric
6.0.0 passed this metric
Testing File Metric
6.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
6.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
6.0.0 passed this metric
6.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
6.0.0 passed this metric
No Binaries Metric
6.0.0 passed this metric
Testing File Metric
6.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
6.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
6.0.0 passed this metric
6.0.0 passed this metric
Testing File Metric
6.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
6.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
6.0.0 failed this metric
6.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number