Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/hiera-eyaml-gpg

GPG encryption backend for the hiera-eyaml module
https://github.com/voxpupuli/hiera-eyaml-gpg

Merge pull request #24 from raphink/jruby

Adapt code for Puppetserver

804dba45abe4d009b39f4a9a1a3618f499e8fccf authored almost 10 years ago by Simon Hildrew <[email protected]>
Only support encryption with gpgme

04f9fb77e528de53a285ebcb96bc59bd86e936d6 authored almost 10 years ago by Raphaël Pinson <[email protected]>
ruby_gpg>=0.3.1 is required

089fe1a7b3a962341e790229b649934e3d3a607e authored almost 10 years ago by Raphaël Pinson <[email protected]>
Update REAMDE

517148d138f1bab28cdeaa343b380e85e66771bd authored almost 10 years ago by Raphaël Pinson <[email protected]>
Clearer error message

4d11cec1d58cee6f66aca616d56373032c14c2a8 authored almost 10 years ago by Raphaël Pinson <[email protected]>
explicit return

ed787aae3744fcf7902ff7a4db0aed71aaef4dba authored almost 10 years ago by Raphaël Pinson <[email protected]>
Use unless defined?

087138e95a246c24063cd7bf14a85a38c8978fef authored almost 10 years ago by Raphaël Pinson <[email protected]>
use instance variable for gpg_impl

920bf1e32dfc55a279f1d73c6cbcdc2c3ec8e976 authored almost 10 years ago by Raphaël Pinson <[email protected]>
Use ruby_gpg if gpgme is not available

b2eff9680ad513e52759df0592866669fefd6fbc authored almost 10 years ago by Raphaël Pinson <[email protected]>
Do not hard depend on gpgme

f857566293a5381a0f35b76cbf8a276aa2b28a0c authored almost 10 years ago by Raphaël Pinson <[email protected]>
Merge pull request #19 from mattbostock/80633966-avoid_env_var

[#80633966] Set GPG home directory without an environment variable

f0407a31df69d80ff6bee6f516dd305fa3438e1a authored about 10 years ago by Simon Hildrew <[email protected]>
Set GPG home directory without an environment var

Previously, `gpg.rb` was setting `ENV['GNUPGHOME']` to set GPG's home
directory, which contains ...

7f8e8b383ea38ed5902e7196f31914f8b862555c authored about 10 years ago by Matt Bostock <[email protected]>
Merge pull request #15 from javins/typo

Correct an inaccurrate error message.

c60c4819f701b992a5722ebdf5093e8ea13a8fa8 authored about 10 years ago by Simon Hildrew <[email protected]>
Merge pull request #18 from JimPanic/patch-1

Fix documentation of eyaml example call

7d62f50b3b3ae2cd4d3c889176845cd004dcaeea authored about 10 years ago by Simon Hildrew <[email protected]>
Fix documentation of eyaml example call

This fixes #12

01727ebb8f5fe66d9d9e611f6ba9dfe9df8eb413 authored over 10 years ago by Alexander Pánek <[email protected]>
Correct an inaccurrate error message.

The error message formerly referenced the 'gpgpghome' key in hiera.yaml,
but the acutal key is '...

1f3d6aef701c1353c871b0dfdbc95aef6efb555f authored over 10 years ago by Walt Javins <[email protected]>
Bump version to 0.4

c2256041558a55f5b84d407707d08c48bb050558 authored about 11 years ago by Simon Hildrew <[email protected]>
Merge pull request #9 from rooprob/feature/fix-keymap

[FIX] keys map not being set correctly

124b075530983ddc0d4c74e514f5b0a69104f871 authored about 11 years ago by Simon Hildrew <[email protected]>
[FIX] keys map not being set correctly

d10682ee6c786e2030e3d3210060891bb771214c authored about 11 years ago by Robert Fielding <[email protected]>
correct typo

dce05bdbd4a4579dcbd9bddc2fd897da8cb150a7 authored about 11 years ago by Simon Hildrew <[email protected]>
Address #7 and make some errors recoverable

- Throw an exception if there are missing keys for the list of recipients
- Make sure that we ...

4a749701433ed904137aba58e2001668bead8338 authored about 11 years ago by Simon Hildrew <[email protected]>
Bump gem version to 0.2

94d48bfa832d5a4bf9cec5d28b8c8f91900065e5 authored about 11 years ago by Simon Hildrew <[email protected]>
Raise exception when keys are not found

c110109fd3fec6ae921366178f740fdb4252e781 authored about 11 years ago by Simon Hildrew <[email protected]>
Address #2 by adding cache of passphrases

58b77e3537db3d01fce04fc3c238e6ef66926e72 authored about 11 years ago by Simon Hildrew <[email protected]>
Update README.md

f5e3e35300ad578309c3fad58b64cfac2b119324 authored about 11 years ago by Simon Hildrew <[email protected]>
Add authors section

5fd296cbb9b51e9865b625caf422913fe5d46d7a authored about 11 years ago by Simon Hildrew <[email protected]>
Merge pull request #5 from javins/master

Fix typo.

4c2dd5c946d92161d5f46c143f7d6f0f7fd7cfbd authored about 11 years ago by Simon Hildrew <[email protected]>
Fix typo.

e60695ec45f6258e81bd307218c129b6149b03a7 authored about 11 years ago by Walt Javins <[email protected]>
Update README with further information on how to use

7b384151a3565abdccecb26477db87fbffcc5b49 authored over 11 years ago by Simon Hildrew <[email protected]>
Change logging to be in hiera-eyaml and change dependency to 1.3.4

1dda220089b22509414d071ca0061a65e6424483 authored over 11 years ago by Simon Hildrew <[email protected]>
Further fixes to make it work properly

* Added recipient-file option
* Fixed debug and warn logging

cea3125b643f0e46eec9ccef614a1dac0c6c84d3 authored over 11 years ago by Simon Hildrew <[email protected]>
Improve recipient handling

15b4f7e2c7d431d8704b5d2646b1201d928be3b2 authored over 11 years ago by Simon Hildrew <[email protected]>
Get encryption to work to some degree

3e4fc820e44a56f864cdcd180bd0451439be4079 authored over 11 years ago by Simon Hildrew <[email protected]>
Try to reflect the plaintext module more closely

4e4374f779699e5576c97d3080c31aca4c33bb3d authored over 11 years ago by Simon Hildrew <[email protected]>
Add basis for hiera-eyaml-gpg

e191fa54ac4dc3585d98cafb1e412566c162287b authored over 11 years ago by Simon Hildrew <[email protected]>
Add a little more to the readme

75bbed2702932b4d6666d0df78bdd8c91198979f authored over 11 years ago by Simon Hildrew <[email protected]>
Initial commit

709b12bcd637a18672847946c410701d32096e0c authored over 11 years ago by Simon Hildrew <[email protected]>