We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The custom fact openssl_version resolves to nil:
openssl_version
/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
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
AFAICT this issue should not exist, it was resolved in 5fe38f9 but still doesn't work for me.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
44c65da
No branches or pull requests
Problem description
The custom fact
openssl_version
resolves to nil:Environment
voxpupuli/puppet-openssl 2.0.0
CentOS 8.5.2111
Puppet Agent 7.13.1
Facter 4.2.6
Additional context
AFAICT this issue should not exist, it was resolved in 5fe38f9 but still doesn't work for me.
The text was updated successfully, but these errors were encountered: