Releases: natemccurdy/yumrepos_fact
Releases · natemccurdy/yumrepos_fact
v3.0.0
Release 2.1.0
- Converted module to use the Puppet Development Kit (PDK)
- Uses Litmus for acceptance testing on CentOS 7
- The fact now uses the
Puppet::Resource.indirection.search()
API to retrieve allyumrepo
resources.
Release 2.0.0
Changes:
- Set minimum Puppet version to
4.0.0
in metadata. Some of the Ruby in the fact doesn't support Ruby <2.0. - Cleaned up some Rubyisms in the fact code.
Release 1.0.0
Releasing the official v1.0.0.
Only changes since the previous version are some README updates.
Yumrepos Fact v0.2.1
Tweaks
- Will now show up on the Forge when searching for "yum" - 7df4991