Version information
released Sep 28th 2018
This version is compatible with:
- Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.7.0 < 6.0.0
- , , ,
Start using this module
Add this module to your Puppetfile:
mod 'bibigon812-yum', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
bibigon812/yum — version 1.0.0 Sep 28th 2018
yum
Table of Contents
Classes
yum
: Manages yum repos.
Classes
yum
This class manages yum repos.
Examples
class { 'yum':
repos => {
repo_title => {
..,
}
}
}
Parameters
The following parameters are available in the yum
class.
repos
Data type: Hash
A hash with attributes for the yumrepo resource (https://puppet.com/docs/puppet/5.3/types/yumrepo.html).