Forge Home

repo_centos

Configures the CentOS 5, 6 or 7 Yum repository config to point to a local mirror

12,389 downloads

10,625 latest version

2.6 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.2 (latest)
  • 1.0.1
  • 1.0.0
  • 0.2.0
  • 0.1.1 (deleted)
  • 0.1.0 (deleted)
released Oct 8th 2014
This version is compatible with:

Start using this module

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

Add this module to your Puppetfile:

mod 'flakrat-repo_centos', '1.0.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

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

Manually install this module globally with Puppet module tool:

puppet module install flakrat-repo_centos --version 1.0.2

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, centos

Documentation

flakrat/repo_centos — version 1.0.2 Oct 8th 2014

Configure repositories for CentOS to point to custom repo

About

This is a puppet module that manages the CentOS repositories on CentOS clients.

By default, the module configures the repo files to use http://mirror.centos.org/centos as the package source. This can be modified by using the class parameter repourl as shown in the usage notes below

GPG keys are imported.

The following Repos will be setup and enabled by default:

  • centos-base
  • centos-extras
  • centos-updates

Other repositories that will be setup but disabled

  • centos-contrib
  • centos-cr
  • centos-fasttrack
  • centos-plus
  • centos-scl

New in 1.0.2

  • Added CentOS Fasttrack repository

New in 1.0.1

  • Added CentOS 7 GPG key
  • README.md cleanup

New in 1.0.0

  • Major update to add support for parameterized class, the module is now configurable externally
  • Added new dependency on puppetlabs/stdlib for validate_bool() etc... support
  • Added class parameters so that the module can be configured via ENC or Hiera
  • Added additional repo definition for CentOS SCL

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_centos
  • Advanced usage:
class {'repo_centos':
  repourl       => 'http://myrepo/centos',
  enable_scl    => true,
}
  • Alternate usage via hiera YAML:
repo_centos::repourl: 'http://myrepo/centos'
repo_centos::enable_scl: true

License

Apache Software License 2.0