crayfishx / hiera-gpg

GPG Backend to HIera
http://github.com/crayfishx/hiera-gpg
Other
101 stars 25 forks source link

Caching layer for GPG file contents #27

Closed janstenpickle closed 11 years ago

janstenpickle commented 11 years ago

This addresses issue https://github.com/crayfishx/hiera-gpg/issues/25

csschwe commented 11 years ago

+1

jkoppe commented 11 years ago

Has a gem which includes this been released to rubygems? I'd love to take advantage of this without monkey patching my existing gem installation.

neoCrimeSecurity commented 11 years ago

$ gem search -r hiera-gpg

* REMOTE GEMS *

hiera-gpg (1.1.0)

jkoppe commented 11 years ago

It doesn't look like 1.1.0 has the

def stale
.

neoCrimeSecurity commented 11 years ago

Oh, I was mistaken. Ignore me. :-p

bpesics commented 11 years ago

increase the version ;-)

phemmer commented 10 years ago

@crayfishx Is there any chance of doing a release soon? It would be very nice to get this feature without having pull the repo, build the gem, and then distribute that gem to our servers.