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

    bastelfreak

    07/31/2025, 6:27 PM
    A better systemd integration would be nice, so we could use
    Type=notify-reload
  • b

    bastelfreak

    07/31/2025, 6:28 PM
    Then puppetserver could use sd_notify to tell systemd when it started all the jrubies or whatever, and also inform systemd when a reload is done
  • c

    csharpsteen

    07/31/2025, 6:36 PM
    Probably doable now. I think the current setup is the way it is to support RHEL 6 and older versions of Debian/Ubuntu, or SLES that had not adopted SystemD yet. So, not exactly a modern concern.
  • c

    csharpsteen

    07/31/2025, 6:37 PM
    But, the current setup should also result in SystemD accurately reflecting the
    running
    state of the service. So, If it ain't broke, maybe not worth poking it.
  • b

    bastelfreak

    07/31/2025, 7:11 PM
    Yep. I am trying to replace the wrapper scripts in the systemd unit
  • c

    CVQuesty

    08/04/2025, 3:32 PM
    @CVQuesty has left the channel
  • n

    natemccurdy

    08/04/2025, 9:55 PM
    @natemccurdy has left the channel
  • k

    Keith Ward

    08/12/2025, 6:37 PM
    @Keith Ward has left the channel
  • a

    austb

    08/12/2025, 11:59 PM
    @austb has left the channel
  • s

    steveax

    08/21/2025, 8:59 PM
    \o Good day y’all - console office hour has begun!
  • s

    steveax

    08/21/2025, 9:00 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

    08/21/2025, 10:03 PM
    OK, that’s a wrap for today - we’ll be back in a couple of weeks. Y’all be good to yourselves!
    👍 1
  • b

    bwitt

    08/24/2025, 5:12 PM
    I would like to attend the module office hours to discuss some open PRs, but they're at an awkward time for me (3:30am PDT); I've posted in the #C11LCKKQ9 about them (starting here) ; would you be able to comment on those PRs at the next office hour?
  • b

    bastelfreak

    08/24/2025, 5:16 PM
    @bwitt there hasn't been forge office hours in months
  • b

    bwitt

    08/24/2025, 5:17 PM
    oh that's too bad
  • s

    steveax

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

    steveax

    09/04/2025, 9:13 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

    09/04/2025, 9:56 PM
    OK, that’s a wrap for today - we’ll be back in a couple of weeks. Y’all be good to yourselves!
  • d

    defnull

    09/06/2025, 11:48 AM
    Your slack welcome bot has dead links in it (with a domain that is 'for sale').
    j
    • 2
    • 4
  • s

    steveax

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

    steveax

    09/18/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.
    👍 1
  • s

    steveax

    09/18/2025, 10:05 PM
    OK, that’s a wrap for today - we’ll be back in a couple of weeks. Thanks for the suggestions! Y’all be good to yourselves.
  • b

    bastelfreak

    09/19/2025, 5:54 PM
    @steveax I know I'm roughly one day late, but: do you approximately know the year when the PE console was published the first time? Was it in PE from the beginning, or did PE ship with the very old open source dashboard in the beginning?
    c
    s
    • 3
    • 3
  • s

    steveax

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

    steveax

    10/02/2025, 9:07 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

    10/02/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!
  • p

    Peter danis

    10/06/2025, 9:46 AM
    @Peter danis has left the channel
  • g

    Goran Brannstrom

    10/06/2025, 12:40 PM
    We seem to have got into a catch 22 situation when we try to manage our apt repositories. When we use the apt module's purge directive, it also removes Puppet's own repo file from "/etc/apt/sources.list.d/pc_repo.list"... From our manifest: class { 'apt': update => { 'frequency' => 'daily', }, purge => { 'sources.list' => true, _*'sources.list.d' => true, # Causes removal/additon of pc_repo.list every agent run*_ 'preferences.list' => true, 'preferences.list.d' => true, }, } Do you think we might resolve this by adding this, to make Puppet regard it as managed? file { '/etc/apt/sources.list.d/pc_repo.list': ensure => 'file', }
    k
    c
    • 3
    • 11
  • g

    Goran Brannstrom

    10/09/2025, 7:22 AM
    I think this is not really a problem actually. I will not pursue it any longer.
  • t

    Tino Müller

    10/09/2025, 9:24 AM
    @Tino Müller has left the channel