Skip to content

jstuart/puppet-epel

Repository files navigation

puppet-epel Build Status

https://github.com/jstuart/puppet-epel

Manage EPEL installation via Puppet

You should look at the EPEL module by Michael Stahnke which will likely better meet your needs.

Usage

Load using default configuration parameters

This will use the default public Fedora URIs.

Load the module via Puppet Code or your ENC.

    include epel

Load using a static internal mirror

  class { 'epel':
    release_uri     => 'http://yum.internal/epel/epel-release-latest-6.noarch.rpm',
    use_mirror      => false,
    static_base_uri => 'http://yum.internal/epel/6',
  }

About

EPEL module for Puppet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published