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

    smortex

    04/07/2023, 12:15 AM
    AUTOMATE ALL THE THINGS!
  • n

    natemccurdy

    04/07/2023, 12:19 AM
    I'm gonna ask before doin anything wrong again 🙂 ....can I merge that now?
  • s

    smortex

    04/07/2023, 12:20 AM
    I think it's good
  • n

    natemccurdy

    04/07/2023, 12:21 AM
    Here goes, and thanks for the reviews!
  • s

    smortex

    04/07/2023, 12:22 AM
    and then one last step 😉
  • s

    smortex

    04/07/2023, 12:22 AM
    bundle exec rake release
  • s

    smortex

    04/07/2023, 12:22 AM
    after switching on the right branch
  • n

    natemccurdy

    04/07/2023, 12:24 AM
    Done:
    Copy code
    ~/src/puppet-network  master  be rake release                       
    To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
    Cleaning for module build
    Bumping version from 1.1.0 to 1.1.1-rc0
  • n

    natemccurdy

    04/07/2023, 12:25 AM
    hey hey, everything looks good now at 1.1.0.
  • s

    smortex

    04/07/2023, 12:28 AM
    💯
  • n

    natemccurdy

    04/07/2023, 12:29 AM
    🍻 Thanks again.
  • y

    Yury Bushmelev

    04/07/2023, 10:41 AM
    Copy code
    20-fs.conf contents:
    fs.inotify.max_user_watches = 8193
    .
    it looks like when a specific target is given the module overwrites the contents 🤔 there should be 2 values at the moment..
  • y

    Yury Bushmelev

    04/07/2023, 10:42 AM
    but that happens just on puppet7.. or maybe it is race condition if something was parallelised on puppet7
  • y

    Yury Bushmelev

    04/07/2023, 10:43 AM
    (or maybe some dependent gem has different version on P7 and behaves differently)
  • y

    Yury Bushmelev

    04/07/2023, 11:03 AM
    yep.. on second apply both lines appear:
    Copy code
    2. 20-fs.conf contents:
    fs.inotify.max_user_watches = 8193
    fs.nr_open = 100001
  • y

    Yury Bushmelev

    04/07/2023, 11:03 AM
    yep.. on second apply both lines appear:
    Copy code
    2. 20-fs.conf contents:
    fs.inotify.max_user_watches = 8193
    fs.nr_open = 100001
  • y

    Yury Bushmelev

    04/07/2023, 11:03 AM
    so 3rd apply is idempotent..
  • y

    Yury Bushmelev

    04/07/2023, 11:06 AM
    with puppet 6 file is correct from the first run
  • y

    Yury Bushmelev

    04/07/2023, 11:07 AM
    🤔
  • y

    Yury Bushmelev

    04/07/2023, 11:07 AM
    let me share this in the PR comments
  • v

    VoxBot

    04/07/2023, 11:24 AM
    ewoud: now that beaker ships a rubocop config, should it also have rubocop as dependency? otherwise we need to as it as deps to each beaker plugin
  • v

    VoxBot

    04/07/2023, 11:25 AM
    bastelfreak: that's the tricky bit I think - you kind of do want that, but it's a dev dep and not a runtime dep
  • v

    VoxBot

    04/07/2023, 11:25 AM
    yes :(
  • v

    VoxBot

    04/07/2023, 11:25 AM
    bastelfreak: so I'm starting to lean to a beaker-rubocop gem that they all depend on
  • v

    VoxBot

    04/07/2023, 11:25 AM
    ah thats good
  • v

    VoxBot

    04/07/2023, 11:25 AM
    but then wouldn't it be better to have a voxpupuli-rubocop gem for all our gems?
  • v

    VoxBot

    04/07/2023, 11:26 AM
    ah
  • v

    VoxBot

    04/07/2023, 11:26 AM
    we could do that as well. but keep the rubocop config in beaker?
  • v

    VoxBot

    04/07/2023, 11:27 AM
    or maybe have a generic rubocop config in voxpupuli-rubocop
  • v

    VoxBot

    04/07/2023, 11:28 AM
    I'd go for a generic rubocop config that we prefer for all our gems
    ☝🏻 1
1...405406407...648Latest