ueno/ruby-gpgme

NameError: uninitialized constant GPGME::PINENTRY_MODE_DEFAULT

Opened this issue · 1 comments

I'm seeing this error when using 2.0.5 with puppet enterprise 3.1.3 on RHEL 6.

Puppet::Parser::AST::Resource failed with error NameError: uninitialized constant GPGME::PINENTRY_MODE_DEFAULT

We have had to revert to 2.0.2 to get this to continue to work.

This is with gpgme-1.1.8-3 (default that comes with RHEL6)

R.

ueno commented

oops, I thought I've added a guard for that but it was not enough. fixed:
ae4eae9