|
8 years ago | |
---|---|---|
lib/puppet | 8 years ago | |
manifests | 8 years ago | |
spec | 8 years ago | |
templates | 8 years ago | |
tests | 8 years ago | |
.fixtures.yml | 8 years ago | |
.gitignore | 9 years ago | |
.travis.yml | 8 years ago | |
Gemfile | 8 years ago | |
Modulefile | 8 years ago | |
README.markdown | 8 years ago | |
Rakefile | 8 years ago | |
gpl.txt | 9 years ago |
This is a Puppet module for handing GPG keys.
To install the GPG tools:
include gpg
This should be run before using the GPG type or setting up the keymaster.
A gpgkey
type is provided for managing and creating gpg keys on the fly. These will regenerate the GPG key on the node, so the GPG key will be unique each time it is created. This provider is most suitable for nodes that do not require their public GPG key to be widely published.
This has been copied from the implementation at: https://github.com/crayfishx/puppet-gpg
gpgkey{'hostkey':
ensure => present,
email => 'puppet@example.org'
}
These are the parameters of the gpgkey
type:
NOTE: though the key type and subkey type can be changed, it is recommended that the defaults are used.
Update your license details here.
This module is derived from the puppet-blank module by Aaron Hicks (aethylred@gmail.com)
This module has been developed for the use with Open Source Puppet (Apache 2.0 license) for automating server & service deployment.
This file is part of the gpg Puppet module.
The gpg Puppet module is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The gpg Puppet module is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the gpg Puppet module. If not, see http://www.gnu.org/licenses/.