Classes
yum
: Manages yum repos.
This class manages yum repos.
class { 'yum':
repos => {
repo_title => {
..,
}
}
}
The following parameters are available in the yum
class.
Data type: Hash
A hash with attributes for the yumrepo resource (https://puppet.com/docs/puppet/5.3/types/yumrepo.html).