Skip to content

Commit

Permalink
Readying for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Stahnke committed Oct 23, 2017
1 parent a1fef5c commit 9c8bfd5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 19 deletions.
52 changes: 34 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Configure EPEL (Extra Repository for Enterprise Linux)

# Note

This is the last release that will support anything before Puppet 4.

# About
This module basically just mimics the epel-release rpm. The same repos are
enabled/disabled and the GPG key is imported. In the end you will end up with
Expand Down Expand Up @@ -58,6 +62,11 @@ included with EPEL release, this will not have them.

=======

1.3.0
* Add ability to disable and not define any resources from this module. This is useful if another module pulls in this module, but you already have epel managed another way.
* Ability to specify your own TLS certs
* repo files are now templated instead of sourced.
* properly use metalink vs mirrorlist

1.2.2
* Add dep on stdlib for getvar function call
Expand Down Expand Up @@ -122,24 +131,31 @@ Available RSPEC_SET options are in .nodeset.yml
Apache Software License 2.0

# Author/Contributors
* Aaron <slapula@users.noreply.github.com>
* Chad Metcalf <metcalfc@gmail.com>
* Ewoud Kohl van Wijngaarden <e.kohlvanwijngaarden@oxilion.nl>
* Joseph Swick <joseph.swick@meltwater.com>
* Mickaël Canévet <mickael.canevet@camptocamp.com>
* Matthaus Owens <mlitteken@gmail.com>
* Michael Stahnke <stahnma@puppetlabs.com>
* Michael Stahnke <stahnma@websages.com>
* Nick Le Mouton <nick@noodles.net.nz>
* Pro Cabales <proletaryo@gmail.com>
* Proletaryo Cabales <proletaryo@gmail.com>
* Rob Nelson <rnelson0@gmail.com>
* Robert Story <rstory@localhost>
* Stefan Goethals <stefan@zipkid.eu>
* Tim Rupp <caphrim007@gmail.com>
* Trey Dockendorf <treydock@gmail.com>
* Troy Bollinger <troy@us.ibm.com>
* Vlastimil Holer <holer@ics.muni.cz>
* Aaron <slapula@users.noreply.github.com>
* Alex Harvey <Alex_Harvey@amp.com.au>
* Chad Metcalf <metcalfc@gmail.com>
* Ewoud Kohl van Wijngaarden <e.kohlvanwijngaarden@oxilion.nl>
* Jeffrey Clark <jclark@nmi.com>
* Joseph Swick <joseph.swick@meltwater.com>
* Matthaus Owens <mlitteken@gmail.com>
* Michael Hanselmann <hansmi@vshn.ch>
* Michael Stahnke <stahnma@fedoraproject.org>
* Michael Stahnke <stahnma@puppet.com>
* Michael Stahnke <stahnma@puppetlabs.com>
* Michael Stahnke <stahnma@websages.com>
* Mickaël Canévet <mickael.canevet@camptocamp.com>
* Nick Le Mouton <nick@noodles.net.nz>
* Pro Cabales <proletaryo@gmail.com>
* Proletaryo Cabales <proletaryo@gmail.com>
* Riccardo Calixte <rcalixte@broadinstitute.org>
* Robert Story <rstory@localhost>
* Rob Nelson <rnelson0@gmail.com>
* Stefan Goethals <stefan@zipkid.eu>
* Tim Rupp <caphrim007@gmail.com>
* Toni Schmidbauer <toni@stderr.at>
* Trey Dockendorf <treydock@gmail.com>
* Troy Bollinger <troy@us.ibm.com>
* Vlastimil Holer <holer@ics.muni.cz>

# Alternatives
If you're on CentOS 7, you can just `yum install epel-release` as it's in centos-extras.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stahnma-epel",
"version": "1.2.2",
"version": "1.3.0",
"author": "stahnma",
"summary": "Setup the EPEL package repo",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9c8bfd5

Please sign in to comment.