Release notes for the treydock-gpg_key module.
- Support osfamily=suse
This is a bugfix release to fix support for Facter 2.0 and switch module to using metadata.json
This release also contains updated development Gem dependencies.
Detailed Changes:
- Fix support for Facter 2 and above
- Switch module from Modulefile to metadata.json
- Update development Gem dependencies
- Move beaker and acceptance test gem dependencies into system_tests group
- Update Travis-CI configuration
This is a bugfix release to fix running Puppet with --noop when the GPG key file specified using 'path' does not exist.
This release also contains updated development Gem dependencies.
Detailed Changes:
- Only check file's GPG key if file exists
- Minor update to README for clarity - fixes issue #4
- Replace rspec-system tests with beaker-rspec
- Update development Gem dependencies
- Refactor Rake tasks
This is a bugfix release to handle an issue when no gpg-pubkeys exist in RPM database.
Detailed Changes:
- Fix error when no gpg-pubkeys exist in RPM database
- Initial release