cookbook 'yum-remi-chef', '= 6.2.0'
yum-remi-chef
(38) Versions
6.2.0
-
Follow3
Installs and configures the Remi's yum repository
cookbook 'yum-remi-chef', '= 6.2.0', :supermarket
knife supermarket install yum-remi-chef
knife supermarket download yum-remi-chef
yum-remi-chef Cookbook
The yum-remi-chef cookbook takes over management of the repository ids of the remi repository . It allows attribute manipulation of remi
, remi-safe
, remi-php56
, remi-php70
, remi-php71
, remi-php72
, remi-php73
, remi-php74
, remi-php80
, remi-php81
, remi-php82
and remi-test
repositories.
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
Chef
- Chef 16+
Cookbooks
- yum >= 7.3.0
- yum-epel
Platforms
The following platforms and PHP versions are supported, as per upstream -- x
via a Yum repo, M
via DNF modules:
PHP version | 5.5 | 5.6 | 7.0 | 7.1 | 7.2 | 7.3 | 7.4 | 8.0 | 8.1 | 8.2 |
---|---|---|---|---|---|---|---|---|---|---|
AlmaLinux 8 | M | M | M | M | M | M | ||||
AlmaLinux 9 | M | M | M | M | ||||||
Amazon Linux 2 | x | x | x | x | x | x | x | x | ||
CentOS 7 | x | x | x | x | x | x | x | x | x | x |
CentOS Stream 8 | M | M | M | M | M | M | ||||
CentOS Stream 9 | M | M | M | M | ||||||
Fedora (latest) | M | M | ||||||||
Rocky Linux 8 | M | M | M | M | M | M | ||||
Rocky Linux 9 | M | M | M | M |
Recipes
-
::remi
- Sets up the base remi repository. -
::remi-safe
- Sets up the remi-safe repo. This contains thephpXX
"software collections" packages, able to coexist with stock PHP. -
::remi-test
- Sets up the remi-test experimental repo. -
::remi-modular
- Sets up the remi-modular repo for DNF module information. (Only for platforms that support DNF modules i.e. CentOS 8+ / Fedora) -
::remi-phpXX
- Sets up the corresponding remi PHP version repo. These repos override the stock PHP packages. See the above table for supported versions.
Resources
Same function as the above recipes, but as resources instead.
- [
yum_remi
](documentation/remi.md) - [
yum_remi_safe
](documentation/remi_safe.md) - [
yum_remi_test
](documentation/remi_test.md) - [
yum_remi_modular
](documentation/remi_modular.md) - [
yum_remi_php56
](documentation/remi_php56.md) - [
yum_remi_php70
](documentation/remi_php70.md) - [
yum_remi_php71
](documentation/remi_php71.md) - [
yum_remi_php72
](documentation/remi_php72.md) - [
yum_remi_php73
](documentation/remi_php73.md) - [
yum_remi_php74
](documentation/remi_php74.md) - [
yum_remi_php80
](documentation/remi_php80.md) - [
yum_remi_php81
](documentation/remi_php81.md) - [
yum_remi_php82
](documentation/remi_php82.md)
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.
yum-remi-chef CHANGELOG
This file is used to list changes made in each version of the yum-remi-chef cookbook.
6.2.0 - 2022-12-28
- Add
remi_php82
resource for supporting PHP 8.2 - Add support for AlmaLinux 9, CentOS Stream 9 and Rocky Linux 9
- Remove remaining references to CentOS 8
- Fix CI and update tests
6.1.1 - 2022-01-27
- Add Alma Linux and Rocky Linux to testing
- Remove CentOS 8 (prefer Stream)
6.1.0 - 2022-01-08
- Bump
yum
dependency to>= 7.3
for proper cache flushing on module switch
6.0.0 - 2022-01-07
- Add missing
remi-modular
repo for DNF modules - Use DNF modules on supported platforms (CentOS 8+ / Fedora)
- Add
yum_remi_
custom resources - Use modules & new resources in testing
- Fix repo priority on Amazon Linux
5.0.1 - 2021-11-09
- Remove error on unsupported platforms
5.0.0 - 2021-11-03
- Fix support for CentOS 8 & Fedora
- Use correct domain for debuginfo repos
- Remove 5.5 repo support (removed upstream)
- Add testing for CentOS 8, CentOS Stream 8, Fedora
- Add PHP 8.1 repo
4.2.2 - 2021-08-31
- Standardise files with files in sous-chefs/repo-management
4.2.1 - 2021-06-01
- Standardise files with files in sous-chefs/repo-management
4.2.0 - 2021-04-05
- Refactor ChefSpec units to be less repetitious
- Add PHP 8.0 support
4.1.1 - 2021-03-26
- Convert inspec tests to inspec profiles
4.1.0 - 2021-03-18
- Sous Chefs Adoption
- Various Cookstyle fixes
- Add InSpec tests
- Add php 7.4 support
4.0.0 (2020-01-18)
- Update mirrorlist from rpms.remirepo.net to cdn.remirepo.net (Closes #18) - @sekrett
- added support for php 7.3 and removed tests for versions deprecated by remi - @kevenwyld
- Require Chef 12.15+ - @tas50
- Remove RHEL 5 support - @tas50
3.0.0 (2018-02-16)
- Fix 7.2 column in platform table in the README.
- Require Chef 12.14+ and remove compat_resource dependency
2.3.0 (2018-01-17)
- Use node.override in specs not node.normal
- Added repository for PHP 7.2
2.2.2 (2016-12-22)
- Fedora has 7.X release
- Ease reading and revert test change
- Depend on the latest compat_resource cookbook
2.2.1 (2016-11-26)
- Use the native inspec formatter now
- Use a slightly better compat_resource
2.2.0 (2016-10-31)
- Adding php 7.1 repository.
2.1.0 (2016-10-23)
- Added the remi-safe repository.
- Replace yum dependency with compat_resource
2.0.0 (2016-09-06)
- Remove Chef 11 support
v1.2.1 (2016-09-04)
- Updated Amazon Linux support
- Cleaned up attributes file
v1.2.0 (2016-04-30)
- Added Amazon Linux support to the PHP7 repo
- Added Amazon Linux 2016 support to all other repos
- Converted testing to Inspec to properly test on Fedora
- Added testing in Travis CI with Kitchen-Dokken
v1.1.4 (2016-03-17)
v1.0.4 (2016-02-16)
- Add support for Amazon Linux
v1.0.3 (2015-11-30)
- Fixed false values not being passed
v1.0.2 (2015-10-28)
- Fixing Chef 13 nil property deprecation warnings
v1.0.1 (2015-09-21)
- Fix repo URLs in metadata
v1.0.0 (2015-09-21)
- Fixed the cookbook name in the metadata, readme, and tests. The cookbook repo was named yum-remi-chef, supermarket listed it as yum-remi-chef, but the metadata listed yum-remi, which is a name already used on Supermarket. The metadata has been corrected to use the same name. If you used this cookbook previously you'll need to update all references to use the new name.
- Added Yum dependency to the metadata
- Added Chef standard Rubocop file
- Added Travis CI config
- Added Chef standard chefignore and .gitignore files
- Updated and expanded development dependencies in the Gemfile
- Added contributing, testing, and maintainers docs
- Added Travis and cookbook version badges to the readme
- Added Oracle Linux and Amazon Linux to the metadata
v0.1.1 (2015-06-30)
Fixing up some tests
v0.1.0
initial release
Collaborator Number Metric
6.2.0 passed this metric
Contributing File Metric
6.2.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.2.0 passed this metric
No Binaries Metric
6.2.0 passed this metric
Testing File Metric
6.2.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.2.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.2.0 passed this metric
6.2.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.2.0 passed this metric
No Binaries Metric
6.2.0 passed this metric
Testing File Metric
6.2.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.2.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.2.0 passed this metric
6.2.0 passed this metric
Testing File Metric
6.2.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.2.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.2.0 failed this metric
6.2.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