Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.81 KB

remi.md

File metadata and controls

34 lines (25 loc) · 1.81 KB

yum_remi

Back to resource list

Adds the base remi repo to the YUM / DNF repo list.

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 base remi repo
yum_remi 'default'