Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
rpmkey
Commits
6bb9441f
Commit
6bb9441f
authored
Jan 06, 2015
by
Stefan Schulte
Browse files
Merge branch 'genebean-readme-update'
* genebean-readme-update: Added info on how to find the keyID to the readme file.
parents
18dcf32e
95ca70d3
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
6bb9441f
...
...
@@ -39,6 +39,13 @@ or - if you want to make sure a key is deleted - specify
}
The
`name`
of the
`rpmkey`
resource has to be the keyID of the gpg key.
The keyID can be found via gpg by passing it the path to an existing key.
For example, to find the keyID used by EPEL 7:
$ gpg ./RPM-GPG-KEY-EPEL-7
pub 4096R/352C64E5 2013-12-16 Fedora EPEL (7) <epel@fedoraproject.org>
The string after the / is what
`rpmkey`
expects (
`352C64E5`
).
Running the tests
-----------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment