https://www.puppet.com/community logo
Join Slack
Powered by
# office-hours
  • 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
  • s

    steveax

    06/26/2025, 9:18 PM
    \o Good day y’all - console office hour has begun!
    blob wave 1
  • s

    steveax

    06/26/2025, 9:18 PM
    sorry I’m a bit late - team lunch today
  • s

    steveax

    06/26/2025, 9:18 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/26/2025, 10:18 PM
    OK, that’s a wrap for today - we’ll be back in a couple of weeks. Y’all be good to yourselves!
  • j

    josh

    07/03/2025, 5:04 PM
    Hi folks, office hours are open for the next hour!
  • b

    bastelfreak

    07/03/2025, 5:05 PM
    o/
  • b

    bastelfreak

    07/03/2025, 5:05 PM
    where are my notes
    mlp raritynews 1
  • b

    bastelfreak

    07/03/2025, 5:07 PM
    2025-05-29 215402 VoxBot <bastelfreak> @josh when calling a face in ruby, for example
    Puppet::Face[:parser, :current].validate(file)
    , how could I set the
    --render-as
    CLI option?
  • b

    bastelfreak

    07/03/2025, 5:08 PM
    in puppet-syntax we use that to validate Puppet code and we want to provide code annotations for GitHub CI. that's easier if we get json back
  • b

    bastelfreak

    07/03/2025, 5:10 PM
    https://github.com/voxpupuli/puppet-syntax/blob/master/lib/puppet-syntax/manifests.rb this has room for improvement if we could get json
  • b

    bastelfreak

    07/03/2025, 5:11 PM
    same applies for https://github.com/puppetlabs/pdk/blob/main/lib/pdk/validate/puppet/puppet_syntax_validator.rb#L53
  • j

    josh

    07/03/2025, 5:11 PM
    oh faces...
  • b

    bastelfreak

    07/03/2025, 5:11 PM
    don't take them away from us 😄
  • b

    bastelfreak

    07/03/2025, 5:12 PM
    also you are in my presentation about faces: https://bastelfreak.de/puppethacks/#23
  • j

    josh

    07/03/2025, 5:15 PM
    oh haha, yeah I still stand by that statement, read the source code comments and you'll see why
  • b

    bastelfreak

    07/03/2025, 5:16 PM
    Do you know if we've a chance to get json / set the render-as option? I didn't find that in the code
  • j

    josh

    07/03/2025, 5:18 PM
    I'd be curious if you could go through the higher-level application
    Copy code
    app = Puppet::Application[:parser]
    app.render_as = :json
    app.main(manifest)
    The only thing is the app tries to exit
  • j

    josh

    07/03/2025, 5:20 PM
    ah this seems to work
1...7475767778Latest