Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.91 KB

remi_php70.md

File metadata and controls

36 lines (26 loc) · 1.91 KB

yum_remi_php70

Back to resource list

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

⚠ This repo overrides the system PHP packages! ⚠ This repo is not supported on CentOS 8+ or Fedora

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_php70 'default'