Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.85 KB

remi_php84.md

File metadata and controls

35 lines (25 loc) · 1.85 KB

yum_remi_php84

Back to resource list

Adds the remi-php84 repo to the YUM / DNF repo list.

⚠ This repo overrides the system PHP packages!

Actions

Action Description
:create Creates the repo configuration

Properties

These properties are passed through to yum_repository. More information on these properties can be found on the Chef docs for yum_repository.

Name Type Default
baseurl String Platform specific, see remi_repo_baseurl
mirrorlist String Platform specific, see remi_repo_mirrorlist
description String Platform specific, see remi_repo_description
enabled true, false true
debug_baseurl String Platform specific, see remi_repo_baseurl
debug_description String Platform specific, see remi_repo_description
debug_enabled true, false false
gpgkey String Platform specific, see remi_gpg_key
gpgcheck true, false true

Examples

yum_remi_php84 'default'