https://www.puppet.com/community logo
Join Slack
Powered by
# puppet-enterprise
  • c

    CVQuesty

    08/29/2024, 11:43 AM
    Just got here to this convo. I’m gov, and we’re RHEL8 using Puppet Open Source, latest. And we’re DoE. Me thinks that requirement is being misread up the food chain from you somewhere.
    a
    s
    • 3
    • 4
  • j

    Jay Iorio

    08/29/2024, 1:42 PM
    We have PE v2023.7 installed and PE Agent version 8.6.0. We are getting vulnerabilities with the Ruby associated with that agent...I see that there is Agent version 8.8.0 available in Open Source. Is there any reason why we should not look at upgrading the agent to ver 8.8 while still working within our PE environment?
  • c

    CVQuesty

    08/29/2024, 1:45 PM
    SInce you’re a PE customer, I would open a ticket with the vulnerability listed therein. It doesn’t answer your question or solve your problem, but it puts it in Perforce’s view
  • y

    Yorokobi

    08/29/2024, 1:47 PM
    One day I hope to see a vulnerability scanner that is smarter than "is the product newer than version x.y.z? No? It must be vulnerable!"
  • b

    bastelfreak

    08/29/2024, 1:48 PM
    you could also just update the puppet agent with the open source version
  • b

    bastelfreak

    08/29/2024, 1:48 PM
    is that "supported"? no. Does it work? yes.
  • c

    csharpsteen

    08/29/2024, 1:48 PM
    Don't do that.
  • c

    csharpsteen

    08/29/2024, 1:49 PM
    The next round of PE releases is Really Close Now™ and will include those latest agent versions.
    j
    • 2
    • 1
  • b

    bastelfreak

    08/29/2024, 1:51 PM
    ¯\_(ツ)_/¯
  • c

    CVQuesty

    08/29/2024, 2:05 PM
    So.... "wait". O_o
    c
    • 2
    • 1
  • j

    Jay Iorio

    08/29/2024, 2:11 PM
    Thanks...lol.... I did not mean to start a friendly war... but the info helps 😉
  • c

    csharpsteen

    08/29/2024, 7:05 PM
    https://puppetcommunity.slack.com/archives/C06UZU0192P/p1724951660954119
    👍 1
  • j

    Jay Iorio

    08/30/2024, 5:31 PM
    PE and Metrics Collection. We had the metrics_collection module installed, the one from the forge. After we updated PE to 2023.7 I uninstalled. My question revolves around the assertion of the bundled pkg. Will the new install for 2023.8 help with this assertion, now that I have removed the forge pkg?
    c
    • 2
    • 4
  • y

    Yorokobi

    09/01/2024, 11:05 PM
    Is code manager okay with ecdsa-sha2-nistp384 SSH public keys (on the Git server side)?
    • 1
    • 2
  • b

    bastelfreak

    09/04/2024, 9:57 AM
    @Gavin Patton can I get any reviews for the open PRs on pe_status_check, peadm, or some feedback on the open issues on https://github.com/puppetlabs/puppet-enterprise_issues/issues ? Or is there anybody else who can help out? And any chance for a new release of https://github.com/puppetlabs/puppet-classify ?
    s
    • 2
    • 1
  • b

    bastelfreak

    09/04/2024, 9:59 AM
    It's a bit hard to understand/explain to PE customers why it takes months to get features merged into modules 😞
    😞 1
  • h

    hashim vayalar

    09/06/2024, 11:53 AM
    Do we have any CaC to implement SAML and RBAC. We have bootstrapped PE using peadm.
    s
    • 2
    • 1
  • b

    bastelfreak

    09/06/2024, 12:02 PM
    there's the rbac and puppet_ds module. that supports AD/LDAP configuration. I don't know if it supports SAML
    h
    • 2
    • 3
  • j

    Jay Iorio

    09/06/2024, 2:04 PM
    Puppet Enterprise Metrics... What's the recommended setting for the Replica? On the forge, it is recommended to put the base metrics on the Primary server only, and for each of the compilers to have only System Metrics. Is the same true for the replica? Or should the replica have the base metrics as well since it may one day become the primary in a fail-over scenario.
    c
    • 2
    • 2
  • v

    vchepkov

    09/07/2024, 12:32 PM
    probably related to
    Copy code
    Deprecated Security-Enhanced Linux (SELinux) methods are replaced.
    Deprecated SELinux methods of the matchpathcon family such as Selinux.matchpathcon are replaced by supported SELinux methods such as Selinux.selabel_lookup. This update does not require any action by Puppet users. Community member wbclark contributed to this fix.
  • g

    Goran Brannstrom

    09/09/2024, 6:50 AM
    It seems the apt module is not supported by the latest PE LTS 2023.8.0. 😞 If you try to run the agent using you get a lot of errors that seem connected to ruby syntax or something. Has anybody else run into this problem? Any workarounds?
    b
    • 2
    • 1
  • g

    Goran Brannstrom

    09/09/2024, 6:53 AM
    Sure: Error: Could not autoload puppet/provider/apt_key/apt_key: /opt/puppetlabs/puppet/cache/lib/puppet/provider/apt_key/apt_key.rb💯 syntax error, unexpected ']' ... key_long: fingerprint[-16..],
  • b

    bastelfreak

    09/09/2024, 6:54 AM
    which version of the apt module are you using?
  • g

    Goran Brannstrom

    09/09/2024, 6:55 AM
    9.4.0, and I know it does not support 2023.8... But that is kind of a problem. 🙂
  • g

    Goran Brannstrom

    09/09/2024, 6:56 AM
    It seems like a ruby "endless range" syntax problem. There is a caret pointing to the last last part of "[-16..]" in the row above in the error message.
  • b

    bastelfreak

    09/09/2024, 6:57 AM
    looks like valid syntax to me
  • b

    bastelfreak

    09/09/2024, 6:58 AM
    what do you get for
    puppet --version
    on that node?
  • g

    Goran Brannstrom

    09/09/2024, 6:59 AM
    Ah, good question.... root@li-test-puppet-ng-deb9:~# puppet agent --version 6.26.0
  • b

    bastelfreak

    09/09/2024, 7:00 AM
    aha 🙂
  • b

    bastelfreak

    09/09/2024, 7:00 AM
    that's not PE 2023.8
1...6970717273Latest