Version information
This version is compatible with:
- , , ,
This module has been deprecated by its author since Jul 22nd 2021.
Start using this module
Documentation
elrepo
####Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with elrepo
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
##Overview
Module for managing the ELRepo repository.
From the ELRepo Project page http://elrepo.org/tiki/tiki-index.php:
ELRepo is a community repository for Enterprise Linux distributions (e.g, Red Hat Enterprise Linux (RHEL), CentOS, Scientific Linux).
ELRepo currently focuses on hardware related packages to boost your experience with Enterprise Linux. For example, this includes filesystem, graphics, hardware monitoring, network, sound and webcam drivers.
All our packages are built against the RHEL kernel and are compatible with other clone distributions who maintain compatibility with the RHEL kernel (e.g, CentOS, Scientific Linux). ELRepo packages are not compatible with clone distributions known to break kernel ABI compatibility (e.g, ClearOS).
##Module Description
This module sets up the ELRepo repo on EL systems.
##Setup
###What elrepo affects
- ELRepo repo files in '/etc/yum.repos.d'
###Beginning with elrepo
In a manifest:
class { '::elrepo': }
In Hiera:
---
classes:
- elrepo
##Limitations
This module has been tested against the latest version of Puppet from the Puppetlabs repo for platforms it is tested on.
The module has been tested on:
- CentOS 6.6
This module should also work fine on:
- Red Hat Enterprise Linux 5/6/7
- CentOS 5/6/7
- Scientific Linux 5/6/7
- Oracle Linux 5/6/7
##Development
This module is open source under the BSD 2-Clause license and contributions to this module are welcome. Merge requests should be filed via GitHub.
Areas of particular interest that help would be appreciated in:
- Testing
- Adding missing functionality
- Filing bugfixes
- Documentation improvements
###Contributors
The list of contributors can be found at: https://github.com/kemra102/puppet-elrepo/graphs/contributors
v1.0.0:
- Initial release.
v1.0.1:
- Puppet Lint fixes.
v1.0.2:
- Puppet Labs quality scoring system updates.
Copyright (c) 2014, Danny Roberts All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.