- Allow this module to work on systems when global
repo_gpgcheck
= 1 #82 - Amazon Linux 2 - bugfix - use enterprise linux 7 #95
- Add support for RHEL 8 and CentOS 8 #92
- Adjust gpg args to account for slightly different display. #84
- Remove an
Epel::Rpm_gpg_key
collector that could cause circular dependencies
- 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
- Add dep on stdlib for getvar function call
- Minor fix that lets facter 1.6 still work
- Enforce strict variables
- Rework testing to use TravisCI
- If you specify a baseurl, disable mirrorlist
- Ensure that GPG keys are using short IDs (issue #33)
- Default URLs to be https
- Add ability to include/exclude packages
- Update README with usage section.
- Fix regression when
os_maj_version
fact was required - Ready for 1.0 - replace Modulefile with metadata.json
- Replace
os_maj_version
custom fact with operatingsystemmajrelease - Works for EPEL7 now as well.