Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.79 KB

remi_test.md

File metadata and controls

33 lines (24 loc) · 1.79 KB

yum_remi_test

Back to resource list

Adds the remi-test 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

yum_remi_test 'default'