cookbook 'yum-elrepo', '= 2.1.1'
yum-elrepo
(26) Versions
2.1.1
-
Follow5
Installs and configures the elrepo yum repository
cookbook 'yum-elrepo', '= 2.1.1', :supermarket
knife supermarket install yum-elrepo
knife supermarket download yum-elrepo
yum-elrepo Cookbook
The yum-elrepo cookbook takes over management of the default repositoryids used by elrepo. It allows attribute manipulation of elrepo
.
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.
Requirements
Platforms
- RHEL/CentOS and derivatives
- Fedora
Chef
- Chef 12.14+
Cookbooks
- none
Attributes
The following attributes are set by default
default['yum']['elrepo']['baseurl'] = 'http://elrepo.org/mirrors-elrepo.el6' default['yum']['elrepo']['baseurl'] = 'ELRepo.org Yum Repository' default['yum']['elrepo']['gpgkey'] = 'http://elrepo.org/RPM-GPG-KEY-elrepo.org' default['yum']['elrepo']['enabled'] = true
Recipes
- default - Walks through node attributes and feeds a yum_resource
- parameters. The following is an example a resource generated by the
- recipe during compilation.
yum_repository 'elrepo' do mirrorlist 'http://elrepo.org/mirrors-elrepo.el6' description 'ELRepo.org Yum Repository' enabled true gpgcheck true gpgkey 'http://elrepo.org/RPM-GPG-KEY-elrepo.org' end
Usage Example
To disable the elrepo repository through a Role or Environment definition
default_attributes( :yum => { :elrepo => { :enabled => { false } } } )
To enable the elrepo repository with a wrapper cookbook, place the following in a recipe:
node.default['yum']['elrepo']['enabled'] = true include_recipe 'yum-elrepo'
More Examples
Point the elrepo repositories at an internally hosted server.
node.default['yum']['elrepo']['enabled'] = true node.default['yum']['elrepo']['baseurl'] = 'https://internal.example.com/elrepo' node.default['yum']['elrepo']['sslverify'] = false include_recipe 'yum-elrepo'
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-elrepo Cookbook CHANGELOG
This file is used to list changes made in each version of the yum-elrepo cookbook.
2.1.1 - 2021-06-01
2.1.0 - 2021-03-10
- Sous Chefs Adoption
- Update InSpec tests
2.0.0 (2018-02-16)
- Require Chef 12.14+ and remove compat_resource dep
- Improve testing
- Use a SPDX compliant license string
1.1.1 (2016-12-22)
- Switch to inspec for testing
- Depend on the latest compat_resource cookbook
- Cookstyle fixes
1.1.0 (2016-11-14)
- Replace yum dependency with compat_resource
- Added Kernel repo
1.0.0 (2016-09-06)
- Testing updates
- Add chef_version metadata
- Remove support for Chef 11
v0.2.5 (2015-12-01)
- Updating if/unless logic in recipes
v0.2.4 (2015-10-28)
- Fixing Chef 13 nil property deprecation warnings
v0.2.3 (2015-09-22)
- Update yum depencency from ~3.0 to ~3.2
- Added source_url and issues_url metadata
- Added the standard chef rubocop config
- Added standard Chef gitignore and chefignore files
- Update berksfile API endpoint
- Update distro versions in the Kitchen config
- Add Travis CI and cookbook version badges in the readme
- Expand the requirements section in the readme
- Update contributing, maintainers, and testing docs
- Add standard Gemfile with testing and development dependencies
v0.2.2 (2015-06-21)
- Add elrepo-testing and elpreo-extras repositories
v0.2.0 (2014-02-14)
Updating test harness
v0.1.4
Adding CHANGELOG.md
v0.1.0
initial release
Collaborator Number Metric
2.1.1 passed this metric
Contributing File Metric
2.1.1 passed this metric
Foodcritic Metric
2.1.1 passed this metric
No Binaries Metric
2.1.1 passed this metric
Testing File Metric
2.1.1 passed this metric
Version Tag Metric
2.1.1 passed this metric
2.1.1 passed this metric
2.1.1 passed this metric
Foodcritic Metric
2.1.1 passed this metric
No Binaries Metric
2.1.1 passed this metric
Testing File Metric
2.1.1 passed this metric
Version Tag Metric
2.1.1 passed this metric
2.1.1 passed this metric
2.1.1 passed this metric
Testing File Metric
2.1.1 passed this metric
Version Tag Metric
2.1.1 passed this metric
2.1.1 passed this metric
2.1.1 passed this metric