Forge Home

repo_epel

Configures the EPEL Yum repository config to point to a local mirror on Enterprise Linux (RHEL, CentOS) clients

12,136 downloads

10,749 latest version

2.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.3 (latest)
  • 1.0.2
  • 1.0.1
  • 0.1.1 (deleted)
  • 0.1.0 (deleted)
released Aug 25th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'flakrat-repo_epel', '1.0.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add flakrat-repo_epel
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install flakrat-repo_epel --version 1.0.3

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: repo, module, yum, epel

Documentation

flakrat/repo_epel — version 1.0.3 Aug 25th 2014

repo_epel

About

Configures the Extra Packages for Enterprise Linux (EPEL) repository on Enterprise Linux (RHEL, CentOS) clients

"Extra Packages for Enterprise Linux (EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL),CentOS and Scientific Linux (SL)." http://fedoraproject.org/wiki/EPEL

New in 1.0.3

  • Documentation cleanup of the README.md file
  • Removed accidently included ELRepo GPG key

New in 1.0.2

  • Fixed some typo related bugs
  • Added the debuginfo, source, testing-debuginfo and testing-source repos
  • Removed some manifest files that were accidently included in 1.0.1 that are not related to repo_epel

New in 1.0.1

  • Updated the module to allow for complete parameterization

New in 0.1.0

Testing

  • This was tested on CentOS 5, 6 and 7 clients
  • Tested using Puppet 3.6.2

Usage

  • Simple usage:
include repo_epel
  • Advanced usage:
class {'repo_epel':
  repourl       => 'http://myrepo/epel',
  enable_testing    => true,
}
  • Alternate usage via hiera YAML:
repo_epel::repourl: 'http://myrepo/epel'
repo_epel::enable_testing: true

License

Apache Software License 2.0