bastelfreak
04/18/2023, 5:11 AMSlackbot
04/18/2023, 1:34 PMDr Bunsen Honeydew
04/18/2023, 1:45 PMJames
04/18/2023, 2:07 PMJames
04/18/2023, 2:18 PMJames
04/18/2023, 2:58 PMSlackbot
04/18/2023, 3:40 PMrunlolarun
04/18/2023, 3:44 PMError: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Function Call, 'versioncmp' parameter 'a' expects a String value, got Undef
The line:
$old_openssl = versioncmp($facts['openssl_version'], '1.1.0') < 0
I noticed the following in debug mode:
Debug: Facter: Executing command: /usr/bin/openssl version 2>&1
Debug: Facter: value for openssl_version is still nil
# /usr/bin/openssl version 2>&1
OpenSSL 1.1.1k FIPS 25 Mar 2021
I am using the latest puppet-openssl module. Any advice? Thank you!runlolarun
04/18/2023, 3:47 PMError: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Function Call, 'versioncmp' parameter 'a' expects a String value, got Undef
The line:
$old_openssl = versioncmp($facts['openssl_version'], '1.1.0') < 0
I noticed the following in debug mode:
Debug: Facter: Executing command: /usr/bin/openssl version 2>&1
Debug: Facter: value for openssl_version is still nil
# /usr/bin/openssl version 2>&1
OpenSSL 1.1.1k FIPS 25 Mar 2021
From `openssl_version.rb`:
matches = %r{^OpenSSL ([\w.\-]+)( FIPS)?( +)([\d.]+)( +)([\w.]+)( +)([\d.]+)}.match(openssl_version)
I am using the latest puppet-openssl module. Any advice? Thank you!Slackbot
04/18/2023, 4:02 PMSlackbot
04/18/2023, 4:13 PMtutelacool
04/18/2023, 4:32 PMpuppet cert sign --lifetime 5y <certname>
but not sure.tutelacool
04/18/2023, 4:35 PMnatemccurdy
04/18/2023, 4:38 PMrunlolarun
04/18/2023, 4:44 PMrunlolarun
04/18/2023, 4:44 PMYury Bushmelev
04/18/2023, 5:06 PMrunlolarun
04/18/2023, 6:37 PMDavid Sandilands
04/18/2023, 9:45 PMpe-console
and code-manager
events are no longer ignored
Full changelog v1.3.0 to v1.4.0
Feedback
https://github.com/puppetlabs/puppetlabs-splunk_hec/issuesKenny Botelho
04/19/2023, 12:02 AMKenny Botelho
04/19/2023, 12:03 AMWim Korevaar
04/19/2023, 7:17 AMbastelfreak
04/19/2023, 7:19 AMWim Korevaar
04/19/2023, 7:49 AMSlackbot
04/19/2023, 10:21 AMSlackbot
04/19/2023, 11:05 AMMartin Mörner
04/19/2023, 11:06 AMInfo: Loading facts
Warning: The `source_permissions` parameter is deprecated. Explicitly set `owner`, `group`, and `mode`.
(file: /etc/puppetlabs/code/nodes/production/***.pp, line: 142)
And the documentation says nothing like that: https://www.puppet.com/docs/puppet/7/types/file.html#file-attribute-source_permissions I fount nothing were I can submit a PR to get the documentation changed?Slackbot
04/19/2023, 12:58 PMSlackbot
04/19/2023, 2:18 PMSlackbot
04/19/2023, 3:05 PM