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

    Goran Brannstrom

    05/06/2022, 12:31 PM
    What would the synatx be for referingto another class resource defined like: class skolv_nrpe.... { exec { 'reload_nrpe': .... } } Something like this....? file { $op5_nrpe_cfg: ensure => file, ... notify => Exec[ skolv_nrpe::exec[reload_nrpe'] ], }
  • g

    Goran Brannstrom

    05/06/2022, 12:32 PM
    What would the synatx be for referingto another class resource defined like: class skolv_nrpe.... { exec { 'reload_nrpe': .... } } Something like this....? class another_class { file { $op5_nrpe_cfg: ensure => file, ... notify => Exec[ skolv_nrpe::exec[reload_nrpe'] ], } }
  • g

    Goran Brannstrom

    05/06/2022, 12:33 PM
    What would the synatx be for referingto another class resource defined like: class skolv_nrpe.... { exec { 'reload_nrpe': .... } } Something like this....? class another_class { file { $op5_nrpe_cfg: ensure => file, ... notify => Exec[ skolv_nrpe::exec['reload_nrpe'] ], } }
  • g

    Goran Brannstrom

    05/06/2022, 12:49 PM
    That saved my afternoon! πŸ˜„
  • d

    Dr Bunsen Honeydew

    05/10/2022, 1:45 PM
    goodnews πŸ§‘β€πŸ« Bolt is about to start up in 15 minutes
  • c

    Cas Donoghue

    05/10/2022, 2:01 PM
    Hello everyone! Its Bolt office hour. bolt
  • m

    Mischa Coenen

    05/10/2022, 2:04 PM
    Hi Cas, I would like to ask what is the roadmap for Bolt? In 2022 there was only 1 new release of Bolt and a small bugfix release after that but nothing more than that. As end user of Bolt it seems to me that Bolt has grinded to a halt in terms of development?
  • m

    Mischa Coenen

    05/10/2022, 2:05 PM
    Hi Cas, I would like to ask what is the roadmap for Bolt? In 2022 there was only 1 new release of Bolt and a small bugfix release after that but nothing more than that. As end user of Bolt it seems to me that Bolt has grinded to a halt in terms of development?
  • c

    Cas Donoghue

    05/10/2022, 2:12 PM
    Great question!
  • c

    Cas Donoghue

    05/10/2022, 2:14 PM
    We are working with our internal product team to come up with a roadmap for Bolt.
  • c

    Cas Donoghue

    05/10/2022, 2:16 PM
    Once we have more information we will share it. My team has been working on prioritizing some Bolt development lately. We will be pushing a release soon with packages for some new platforms and several bug fixes.
  • m

    Mischa Coenen

    05/10/2022, 2:16 PM
    That would be great πŸ™‚
  • c

    Cas Donoghue

    05/10/2022, 2:17 PM
    Are there any "big" features you are looking for in particular?
  • s

    Slackbot

    05/10/2022, 2:17 PM
    This message was deleted.
    m
    c
    • 3
    • 8
  • s

    Slackbot

    05/10/2022, 2:17 PM
    This message was deleted.
    c
    b
    m
    • 4
    • 20
  • m

    Mischa Coenen

    05/10/2022, 2:18 PM
    I have discussed 2 during last month Bolt Office hours: https://puppetcommunity.slack.com/archives/CFD8Z9A4T/p1649772599757729 and https://puppetcommunity.slack.com/archives/CFD8Z9A4T/p1649773992269709
  • c

    Cas Donoghue

    05/10/2022, 2:19 PM
    Yes @Mischa Coenen we appreciate you raising those. They were very helpful in the discussion with our product team. We are going to get those prioritized soon
    πŸ™Œ 1
  • b

    bastelfreak

    05/10/2022, 2:32 PM
    https://docs.google.com/document/d/1rD1-HC36qNZL5FXEeSE1rtTjMHM45O6ylk3xwBmZDFg/edit vox pupuli office hours is live as well!
    voxpupuli 2
  • b

    binford2k

    05/10/2022, 2:34 PM
    and an overlapping office hour, the Vox Pupuli sync, https://docs.google.com/document/d/1rD1-HC36qNZL5FXEeSE1rtTjMHM45O6ylk3xwBmZDFg/edit#
  • d

    Dr Bunsen Honeydew

    05/10/2022, 2:45 PM
    beaker _🦊Vox Pupuli monthly sync; see calendar event for info_ is about to start up in -15 minutes
  • d

    Dr Bunsen Honeydew

    05/10/2022, 3:32 PM
    allthethings Next up is πŸ§‘β€πŸ«Puppet Core Team in 1 hours
  • d

    Dr Bunsen Honeydew

    05/10/2022, 4:45 PM
    indeed πŸ§‘β€πŸ«Puppet Core Team is about to start up in 15 minutes
  • j

    josh

    05/10/2022, 5:04 PM
    Hi folks, Core office hours are open! Have a question about open source puppet or Puppet Platform 6 & 7 releases, ask away!
  • b

    binford2k

    05/10/2022, 5:07 PM
    hey @josh! I was talking with some Vox people earlier and we were speculating about the deferred functions work in flight. Do you anticipate that will change agent compatibility when it lands?
  • j

    josh

    05/10/2022, 5:11 PM
    We're working on two changes, one on the server, the other on the agent. The agent change is to allow deferred functions to follow normal puppet relationships/ordering. For puppet 6.x & 7.x, we're planning on adding a puppet setting so users can opt-in to the "lazy" behavior.
  • j

    josh

    05/10/2022, 5:11 PM
    We're working on two changes, one on the server, the other on the agent. The agent change is to allow deferred functions to follow normal puppet relationships/ordering. For puppet 6.x & 7.x, we're planning on adding a puppet setting so users can opt-in to the "lazy" behavior.
  • b

    binford2k

    05/10/2022, 5:14 PM
    would lazy eval be all on the agent side? (ie, it would be catalog compatible with prior versions of the server)
  • j

    josh

    05/10/2022, 5:16 PM
    Yeah lazy eval is all agent side. There aren't any catalog changes or issues of agent/server compatibility.
    πŸ‘ 1
  • b

    bastelfreak

    05/10/2022, 5:16 PM
    nice
  • j

    josh

    05/10/2022, 5:16 PM
    FWIW this is the PR https://github.com/puppetlabs/puppet/pull/8902
    πŸ‘ 1
12345...78Latest