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

    bastelfreak

    10/11/2024, 7:00 PM
    looks at his customers with PE 2019
  • v

    vchepkov

    10/11/2024, 7:00 PM
    there probably folks out there running on Puppet 3, doesn't make it reasonable 🙂
  • b

    bastelfreak

    10/11/2024, 7:02 PM
    yep!
  • v

    vchepkov

    10/11/2024, 7:05 PM
    systemd experts, does
    RuntimeMaxSec
    suppose to kill a stuck job on it's own or I need to add some additional config? I have to kill r10k once in a blue moon and the only way to do it is with -9
  • b

    bastelfreak

    10/11/2024, 7:07 PM
    that should kill it
  • b

    bastelfreak

    10/11/2024, 7:07 PM
    unless it's type=oneshot
  • v

    vchepkov

    10/11/2024, 7:07 PM
    nope, simple
  • v

    vchepkov

    10/11/2024, 7:07 PM
    and it doesn't
  • b

    bastelfreak

    10/11/2024, 7:08 PM
    are you on an ancient systemd?
  • b

    bastelfreak

    10/11/2024, 7:08 PM
    was added on systemd 229 and older versions should just ignore the setting
  • v

    vchepkov

    10/11/2024, 7:09 PM
    Copy code
    systemd-252-32.el9_4.7.x86_64
  • b

    bastelfreak

    10/11/2024, 7:09 PM
    mhm
  • b

    bastelfreak

    10/11/2024, 7:11 PM
    the #systemd IRC channel was quite helpful and friendly to me in the past. maybe they can help
    👍 1
  • c

    CVQuesty

    10/11/2024, 8:24 PM
    I've never run into that. I fire r10k across Bolt from our CI/CD runner machine
  • r

    RyChannel

    10/14/2024, 1:23 PM
    Upgraded to 2023.8.0 and started seeing this message when trying to delete the old Puppet Agent packages , what can I do about it?
    Copy code
    [Error]: An error has occurred while running orchestrated job. The orchestration service returned an error response. See the orchestration services log file for more details. (status 401: {"kind":"puppetlabs.rbac/token-revoked","msg":"Authentication token has been revoked."}
    b
    • 2
    • 7
  • r

    RyChannel

    10/14/2024, 1:25 PM
    Ran this on the primary
    Copy code
    sudo puppet infrastructure run remove_old_pe_packages pe_version=current
    c
    • 2
    • 6
  • b

    bastelfreak

    10/17/2024, 8:04 AM
    ah no it's https://portal.perforce.com/s/
    âž• 1
    m
    • 2
    • 2
  • d

    David Sandilands

    10/17/2024, 4:05 PM
    Hey everybody Just wanted to let everyone know that we have now completed the reinstatement of admins. We have restored community moderators as of today and reinstated the former community lead into the channel. If there is anything still missing please do not hesitate to get in touch. Thanks David
  • j

    Jay Iorio

    10/17/2024, 4:06 PM
    PE question... We had a crl expire and I resolved by injecting an updated one... After this activity.. the main puppet server fails when running the agent... And I am not sure of the next steps...
    Copy code
    [root@<puppet main server name redaction> ~]# puppet agent -t
    Info: Refreshing CA certificate
    Info: CA certificate is unmodified, using existing CA certificate
    Info: Refreshing CRL
    Error: certificate verify failed [CRL has expired for CN=<puppet main server name redaction>]
    Error: certificate verify failed [CRL has expired for CN=<puppet main server name redaction>]
    The rest of the puppet agents in this environment all run fine.. What am I forgetting to do to have the main puppet server see the new crl when running its agent
    b
    • 2
    • 4
  • r

    Raj Parpani

    10/16/2024, 4:11 PM
    I'm not sure how to investigate this. Any suggestions?
    b
    d
    • 3
    • 118
  • k

    kelvin

    10/25/2024, 3:22 PM
    Question on reducing the number of untrusted self-signed certificates within Puppet services. The US Government and the agency I work for has a very low tolerance for non-compliance with TLS specifications; everything must have a valid, trusted cerificate, TLS protocols must be >= TLS1.1, ciphers must be strong, etc. We have been able to replace the Puppet console’s web certificate with a trusted commercial (or US Government CA-issued certificate) sucessfully, but what about the other services such as the classifier API endpoint (4433), the PuppetDB (8081), Puppetserver (8140), Orchestrator(8142, 8143). I understand that the Puppetserver runs its own CA to offer server<->client privacy and authentication, but is there ANY way that we can replace some of these services with custom, trusted CA-issued certificates?
  • l

    Lumiere

    10/25/2024, 3:23 PM
    you really don't want to do that
    👍 2
  • l

    Lumiere

    10/25/2024, 3:24 PM
    you can, but it's messy
    k
    b
    +2
    • 5
    • 65
  • k

    kelvin

    10/25/2024, 3:24 PM
    Also, the explanation that HSTS is not required because it is not public-facing is simply not true. HSTS is still required, and is a very simple header.
  • k

    kelvin

    10/25/2024, 3:58 PM
    followup: Buried in above thread I might be able to correct this with an pe_nginx::directive. I’ll look into that.
  • v

    vchepkov

    10/25/2024, 5:07 PM
    be careful though. In the past augeas wasn't able to parse all proper nginx config
  • v

    vchepkov

    10/25/2024, 5:08 PM
    I bet it still can't do
    include includeSubDomains
    , so don't add that
  • k

    kelvin

    10/25/2024, 6:07 PM
    I won’t need includeSubdomains.
    👍 1
  • r

    RyChannel

    10/28/2024, 1:47 PM
    Latest version of PE doesn't really use /etc/puppetlabs/code anymore right?
  • r

    RyChannel

    10/28/2024, 1:48 PM
    Should I clear that directory out
1...6970717273Latest