Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openssl_version fact resolves to nil #134

Closed
fraenki opened this issue Dec 28, 2021 · 1 comment
Closed

openssl_version fact resolves to nil #134

fraenki opened this issue Dec 28, 2021 · 1 comment

Comments

@fraenki
Copy link
Member

fraenki commented Dec 28, 2021

Problem description

The custom fact openssl_version resolves to nil:

/opt/puppetlabs/bin/facter -p -d --no-color 2>&1 | grep openssl
[2021-12-29 00:12:43.868917 ] DEBUG Facter::Core::Execution::Posix - Executing command: /bin/openssl version 2>&1 
[2021-12-29 00:12:43.891068 ] DEBUG Facter::Util::Fact - value for openssl_version is still nil 

Environment

voxpupuli/puppet-openssl 2.0.0

CentOS 8.5.2111
Puppet Agent 7.13.1
Facter 4.2.6

$ /bin/openssl version
OpenSSL 1.1.1k  FIPS 25 Mar 2021

Additional context

AFAICT this issue should not exist, it was resolved in 5fe38f9 but still doesn't work for me.

@fraenki
Copy link
Member Author

fraenki commented Dec 28, 2021

Oh well... spot the difference:

OpenSSL 1.1.1k  FIPS 25 Mar 2021
   vs.
OpenSSL 1.1.1c FIPS 28 May 2019

I've submitted a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant