voxpupuli / hiera-eyaml-gpg

GPG encryption backend for the hiera-eyaml module
MIT License
49 stars 33 forks source link

Add support for comments in hiera-eyaml-gpg.recipients file #29

Closed tampakrap closed 9 years ago

tampakrap commented 9 years ago

This commit adds support for comments in the abovementioned file, so that we do something like the following:

user1@example.com

0x12345678

user2@example.com

0x12348765

sihil commented 9 years ago

In my recipient files I typically refer to the keys by e-mail address (UID) anyway - which works well and is self-documenting. Having said that, I can see some use cases for hardcoding key IDs and so am happy to merge this.

sihil commented 9 years ago

Thanks for contributing @tampakrap!