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

    VoxBot

    06/01/2023, 3:15 PM
    bastelfreak: can I get a re-review on that puppet-r10k PR
  • v

    VoxBot

    06/01/2023, 3:39 PM
    wich one?
  • v

    VoxBot

    06/01/2023, 3:39 PM
    Oh, I thought you already approved it and merged PR 590. Probably should set our PRs to dismiss reviews on changes?
  • v

    VoxBot

    06/01/2023, 5:20 PM
    I might be able to collect the above (plugin reserved memory) with a custom type like concat does…
  • v

    VoxBot

    06/01/2023, 6:31 PM
    can I get a review for https://github.com/voxpupuli/beaker_puppet_helpers/pull/28
  • v

    VoxBot

    06/01/2023, 6:54 PM
    .
  • v

    VoxBot

    06/01/2023, 6:57 PM
    Zhenech++
  • d

    Dr Bunsen Honeydew

    06/01/2023, 6:57 PM
    zhenech is on the rise! (Karma: 2)
  • v

    VoxBot

    06/01/2023, 9:12 PM
    bastelfreak: Should I get a major release ready for r10k, or do we want to get the stdlib stuff cleaned up first and release that as part of the major release?
  • v

    VoxBot

    06/01/2023, 9:20 PM
    I think we can already do a release
  • v

    VoxBot

    06/02/2023, 8:19 PM
    can I get a review for https://github.com/voxpupuli/beaker_puppet_helpers/pull/29
  • v

    VoxBot

    06/02/2023, 8:20 PM
    and https://github.com/voxpupuli/puppet-archive/pull/500 please
  • a

    Alex Fisher

    06/02/2023, 8:24 PM
    @bastelfreak oops. https://github.com/puppetlabs/puppetlabs-stdlib/compare/4e66a936ddc9336cbea9eb04f7aa3a16d7b84298..16a23cf9c03db63e21732d0a2e1af91901625f77
  • a

    Alex Fisher

    06/02/2023, 8:25 PM
    Should be ok now. I've run the tests (locally) against the shim instead of just the namespaced version.
  • v

    VoxBot

    06/02/2023, 8:25 PM
    oh :D
  • a

    Alex Fisher

    06/02/2023, 8:25 PM
    It was only eyeball compiled before!
  • v

    VoxBot

    06/02/2023, 8:38 PM
    https://github.com/voxpupuli/puppet-telegraf/pull/207 \o/
  • v

    VoxBot

    06/02/2023, 8:38 PM
    use stdlib::to_toml instead of toml gem
  • a

    Alex Fisher

    06/03/2023, 8:13 PM
    @smortex Evening!
  • s

    smortex

    06/03/2023, 8:14 PM
    @Alex Fisher hey đź‘‹
  • a

    Alex Fisher

    06/03/2023, 8:14 PM
    I had a thought...
  • a

    Alex Fisher

    06/03/2023, 8:15 PM
    Are there any other functions that may have subtly changed behaviour when migration to APIv4??
  • a

    Alex Fisher

    06/03/2023, 8:16 PM
    Probably need to check ensure_resource and ensure_resources...
  • a

    Alex Fisher

    06/03/2023, 8:18 PM
    oh, my mistake, that hasn't happened yet!
  • s

    smortex

    06/03/2023, 8:18 PM
    you mean when namspacing? I clearly relied on the test suite to catch regression and did not experienced one with the modules where I did some testing, but clearly ensure_package / ensure_resources being the ugliesh pattern I know I avoid them so not seen the problem you opened a PR for :-P
  • a

    Alex Fisher

    06/03/2023, 8:20 PM
    and did I really forget to delete https://github.com/puppetlabs/puppetlabs-stdlib/blob/main/lib/puppet/parser/functions/has_interface_with.rb ??
  • s

    smortex

    06/03/2023, 8:20 PM
    Ah, ensure_resources only exist as a Puppet 3 function, so no regression for it because it has not been namespaced
  • a

    Alex Fisher

    06/03/2023, 8:21 PM
    or more importantly not changed api
  • a

    Alex Fisher

    06/03/2023, 8:21 PM
    and I think it's only an issue when the function is calling another function. At that point it needs to pass scope on.
  • a

    Alex Fisher

    06/03/2023, 8:22 PM
    ie when
    ensure_resource
    calls
    create_resources
    here. https://github.com/puppetlabs/puppetlabs-stdlib/blob/f38c42a435bfeb43606a7dbf73cc103350a9cfd8/lib/puppet/parser/functions/ensure_resource.rb#L49
1...499500501...642Latest