Version information
released Sep 22nd 2016
Start using this module
Add this module to your Puppetfile:
mod 'jgazeley-rpmgpgkey', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
jgazeley/rpmgpgkey — version 0.1.0 Sep 22nd 2016
rpmgpgkey
Table of Contents
- Overview
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
Install an RPM-GPG-Key from a URL. Useful when using the yumrepo
resource type to
configure a yum repo with a GPG key on a web server that you need to retrieve and
store locally in /etc/pki/rpm-gpg/
.
Usage
rpmgpgkey { 'RPM-GPG-KEY-CentOS-7':
ensure => 'present',
url => 'http://www.mirrorservice.org/sites/mirror.centos.org/RPM-GPG-KEY-CentOS-7',
}
Limitations
This module is very simple and has some hard-coded paths. It was developed on CentOS/Fedora but may need tweaking for other platforms.
Development
Pull requests welcome.
Dependencies
- puppetlabs-stdlib (>= 1.0.0)