repo_elrepo
Puppet module to configure the ELRepo Yum repository for Enterprise Linux (RHEL, CentOS) clients
Version information
released Aug 25th 2014
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'flakrat-repo_elrepo', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
flakrat/repo_elrepo — version 1.0.0 Aug 25th 2014
repo_elrepo
About
Puppet module that configures the ELRepo repository on Enterprise Linux (RHEL, CentOS) clients
"The ELRepo Project focuses on hardware related packages to enhance your experience with Enterprise Linux. This includes filesystem drivers, graphics drivers, network drivers, sound drivers, webcam and video drivers." http://elrepo.org/tiki/tiki-index.php
Changes
New in 1.0.0
- Updated the module to allow for complete parameterization
New in 0.1.0
- Initial release.
Testing
- This was tested on CentOS 5, 6 and 7 clients
- Tested using Puppet 3.6.2
Usage
- Simple usage:
include repo_elrepo
- Advanced usage:
class {'repo_elrepo':
repourl => 'http://myrepo/elrepo',
enable_testing => true,
}
- Alternate usage via hiera YAML:
repo_elrepo::repourl: 'http://myrepo/elrepo'
repo_elrepo::enable_testing: true
License
Apache Software License 2.0
Dependencies
- puppetlabs/stdlib (>= 2.0.0)