https://www.puppet.com/community logo
Join Slack
Powered by
# office-hours
  • s

    steveax

    05/15/2025, 10:12 PM
    OK, that’s a wrap for today - we’ll be back in a couple of weeks. Y’all be good to yourselves!
  • g

    Goran Brannstrom

    05/16/2025, 9:17 AM
    > Does anyone know how I can find out if a puppet subclass is applied to any servers? I'm gave this a shot, but get no results:
    resources[certname] { type = "Class" and title = "pe_repo::platform::el_7_x86_64" }
  • t

    TheMeier

    05/16/2025, 9:19 AM
    https://voxpupuli.org/docs/pql_queries/
  • t

    TheMeier

    05/16/2025, 9:20 AM
    Copy code
    inventory[certname,facts.os.release.major] {
      resources {
        type = "Class" and title = "Apache"
       }
     }
  • t

    TheMeier

    05/16/2025, 9:21 AM
    you can also use something like this
    title ~ "Pe_repo"
  • h

    hbui

    05/16/2025, 1:34 PM
    Puppet class names are camel cased
    ☝️ 2
  • h

    hbui

    05/16/2025, 1:36 PM
    In my case, it only matches our PE server
    Copy code
    puppet-query 'resources[certname] { type="Class" and title = "Pe_repo::Platform::El_7_x86_64" }'
  • g

    Goran Brannstrom

    05/19/2025, 6:45 AM
    Wow, that camel casing took several hours from my life... Thanks for pointing it out!
  • g

    Goran Brannstrom

    05/20/2025, 2:49 PM
    We have logged into Puppet GUI using AD/LDAP successfully this far. Today I had to change the certificate chain for the LDAP connection, but AD logins are still not possible. In the log "/var/log/puppetlabs/console-services/console-services.log" I get this message for the failed user "Session id missing in request for login for john". Well, that doesn't say very much. Does anyone know what this means?
    j
    • 2
    • 7
  • g

    Goran Brannstrom

    05/20/2025, 2:52 PM
    Will I have to restart some services after this kind of change, due to some old cert retained in cache?
  • j

    josh

    05/22/2025, 5:05 PM
    Hi folks, office hours are open for the next hour!
  • b

    bastelfreak

    05/22/2025, 5:28 PM
    Hi, do you have any update on facter?
  • j

    josh

    05/22/2025, 5:31 PM
    Sorry, I haven't heard of any new news.
  • b

    bastelfreak

    05/22/2025, 5:31 PM
    Okay
  • b

    bastelfreak

    05/22/2025, 5:32 PM
    Do you know if there are any plans to release an updated puppet gem that allows newer dependencies? This is causing more and more issues for us. Or: does Perforce want that we keep testing their puppet release on modules that their PE customers use?
  • b

    bastelfreak

    05/22/2025, 5:34 PM
    Specially the resource-api gem, missing deps for ruby 3.3/3.4. And the Thor dependency for facter
  • j

    josh

    05/22/2025, 5:36 PM
    so IIUC, the last public facter gem https://rubygems.org/gems/facter/versions/4.10.0 has a thor dependency which doesn't allow thor 1.3+ to be installed? And that's a problem because newer thor is needed to run on Ruby 3.3+?
  • b

    bastelfreak

    05/22/2025, 5:38 PM
    Newer tools depend on thor 1.3.2 or newer because older versions had a security issue or bug. I don't know out of my head right now
  • j

    josh

    05/22/2025, 5:44 PM
    ah makes sense. I'm not sure what the plan is for public puppet/facter rubygems, suggest bringing that up at the next sync
  • b

    bastelfreak

    05/22/2025, 5:50 PM
    Yeah
  • j

    josh

    05/22/2025, 6:02 PM
    Alright folks that's a wrap see you again in 2 weeks!
  • g

    Goran Brannstrom

    05/23/2025, 7:58 AM
    I'm a bit confused about the "undef" keyword. I see it used with two different casings, is this correct usage?
    Variant[String, Undef] $user = undef
    t
    y
    +2
    • 5
    • 10
  • s

    steveax

    05/29/2025, 9:01 PM
    \o Good day y’all - console office hour has begun!
  • s

    steveax

    05/29/2025, 9:01 PM
    If you have any questions/suggestions for anything related to the console, any of the console services (RBAC, Classifier, Activity Service) or the Orchestrator, etc. ask away.
  • s

    steveax

    05/29/2025, 10:19 PM
    OK, that’s a wrap for today - we’ll be back in a couple of weeks. Y’all be good to yourselves!
  • j

    Jacob McGee

    06/03/2025, 5:06 PM
    @Jacob McGee has left the channel
  • s

    steveax

    06/12/2025, 9:02 PM
    \o Good day y’all - console office hour has begun!
  • s

    steveax

    06/12/2025, 9:03 PM
    If you have any questions/suggestions for anything related to the console, any of the console services (RBAC, Classifier, Activity Service) or the Orchestrator, etc. ask away.
  • s

    steveax

    06/12/2025, 10:05 PM
    OK, that’s a wrap for today - we’ll be back in a couple of weeks. Y’all be good to yourselves!
  • d

    Daneel

    06/17/2025, 11:58 AM
    next office hour?
    s
    • 2
    • 2