https://www.puppet.com/community logo
Join Slack
Powered by
# puppet
  • b

    bastelfreak

    04/18/2023, 5:11 AM
    cat /opt/puppetlabs/puppet/cache/state/classes.txt
  • s

    Slackbot

    04/18/2023, 1:34 PM
    This message was deleted.
    t
    n
    +3
    • 6
    • 9
  • d

    Dr Bunsen Honeydew

    04/18/2023, 1:45 PM
    the more you know Content and Tooling is about to start up in #CFD8Z9A4T
  • j

    James

    04/18/2023, 2:07 PM
    so usually each node has few roles, but they may include a lot of modules.
  • j

    James

    04/18/2023, 2:18 PM
    of coz they give us time to upgrade and test. :)
  • j

    James

    04/18/2023, 2:58 PM
    what do you mean all modules?
  • s

    Slackbot

    04/18/2023, 3:40 PM
    This message was deleted.
    r
    r
    d
    • 4
    • 37
  • r

    runlolarun

    04/18/2023, 3:44 PM
    Hello, everyone. I’m getting the following error message:
    Error: 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!
  • r

    runlolarun

    04/18/2023, 3:47 PM
    Hello, everyone. I’m getting the following error message:
    Error: 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!
  • s

    Slackbot

    04/18/2023, 4:02 PM
    This message was deleted.
    👀 1
    t
    r
    • 3
    • 2
  • s

    Slackbot

    04/18/2023, 4:13 PM
    This message was deleted.
    y
    c
    +6
    • 9
    • 27
  • t

    tutelacool

    04/18/2023, 4:32 PM
    you probably have to run
    Copy code
    puppet cert sign --lifetime 5y <certname>
    but not sure.
  • t

    tutelacool

    04/18/2023, 4:35 PM
    I think. It is not possible to generate a new SSL certificate with the same key as the Puppet 6 certificate on the Puppet 7 server.
  • n

    natemccurdy

    04/18/2023, 4:38 PM
    I think there was a Puppet module that had a Bolt task for modifying Puppet certs to allow for mutual trust between two distinct CA's. The use case was eaxctly this, where you're migrating agents to a new Puppet infrastructure and the agents need to trust the existing CA and the new CA. ...but I can't remember the name of the module.
  • r

    runlolarun

    04/18/2023, 4:44 PM
    message has been deleted
  • r

    runlolarun

    04/18/2023, 4:44 PM
    message has been deleted
  • y

    Yury Bushmelev

    04/18/2023, 5:06 PM
    I’d at least use dedicated set of masters & puppetdb to deal with laptops.. maybe with separate dashboards/etc
  • r

    runlolarun

    04/18/2023, 6:37 PM
    @rnelson0 you were right on point. https://github.com/voxpupuli/puppet-openssl/pull/135
  • d

    David Sandilands

    04/18/2023, 9:45 PM
    Puppet Integration Releases Splunk Splunk_hec 1.4.0 This module provides three services to Puppet and Splunk users. • A report processor to allow sending Puppet Agent run reports to Splunk • A fact terminus to submit node facts to Splunk • A PE Event Forwarding processor Key features/changes: Fixed • Event filtering for
    pe-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/issues
    celebrate 1
  • k

    Kenny Botelho

    04/19/2023, 12:02 AM
    these are macOS and Windows devices so cron is not a direct path forward 😕
  • k

    Kenny Botelho

    04/19/2023, 12:03 AM
    these are macOS and Windows devices so cron is not a direct path forward 😕. Also these connections generally drop during a puppet run, which on average is about 40 seconds.
  • w

    Wim Korevaar

    04/19/2023, 7:17 AM
    Since a few days we are experiencing 'execution expired' issues with our rspec checks, which downloads modules from the forge: ERROR -> Error during concurrent deploy of a module: Unable to connect to https://forgeapi.puppet.com (for request /v3/files/puppetlabs-bolt_shim-0.4.0.tar.gz): execution expired 298ERROR -> Unable to connect to https://forgeapi.puppet.com (for request /v3/releases/puppetlabs-stdlib-8.5.0): execution expired 299Error while running: #<RuntimeError: r10k could not install all required modules> It's pretty consistent 3-5 modules that can't be downloaded. Anyone having similar issues?
  • b

    bastelfreak

    04/19/2023, 7:19 AM
    do you proxy forge requests through an internal mirror? can you run r10k with debug output?
  • w

    Wim Korevaar

    04/19/2023, 7:49 AM
    Its a gitlab runner, The runner is hosted locally in a docker container, so I guess there is some kind of proxying going on
  • s

    Slackbot

    04/19/2023, 10:21 AM
    This message was deleted.
    h
    • 2
    • 2
  • s

    Slackbot

    04/19/2023, 11:05 AM
    This message was deleted.
    b
    m
    • 3
    • 2
  • m

    Martin Mörner

    04/19/2023, 11:06 AM
    Copy code
    Info: 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?
  • s

    Slackbot

    04/19/2023, 12:58 PM
    This message was deleted.
    j
    k
    • 3
    • 2
  • s

    Slackbot

    04/19/2023, 2:18 PM
    This message was deleted.
    u
    t
    • 3
    • 11
  • s

    Slackbot

    04/19/2023, 3:05 PM
    This message was deleted.
    l
    r
    +2
    • 5
    • 31
1...349350351...428Latest