Adds the remi-test
repo to the YUM / DNF repo list.
Action | Description |
---|---|
:create |
Creates the repo configuration |
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 |
yum_remi_test 'default'