Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.94 KB

remi_modular.md

File metadata and controls

39 lines (28 loc) · 1.94 KB

yum_remi_modular

Back to resource list

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

⚠ This repo is not supported on CentOS 7

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

# Setup the remi-modular repo
yum_remi_modular 'default'

# the php modules are now available
dnf_module 'php:remi-8.1'