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

    VoxBot

    07/13/2023, 11:50 AM
    and why isn't there a simple string.split(',') …
  • v

    VoxBot

    07/13/2023, 11:52 AM
    there's a join(array, optionalSeparator) but why no split function?
  • v

    VoxBot

    07/13/2023, 11:53 AM
    ewoud: split in Puppet DSL or GHA?
  • v

    VoxBot

    07/13/2023, 11:53 AM
    GHA
  • v

    VoxBot

    07/13/2023, 11:53 AM
    ah
  • h

    Henry

    07/13/2023, 12:44 PM
    Hi, I have a question about the systemd module, when I create a systemd unit with
    systemd::manage_unit
    is isn't allowed to set any limit parameter for example:
    LimitNOFILE
    , to set the limit I need to create the unit with `systemd::manage_unit`and then override it with a dropin file with
    systemd::service_limits
    was this so intended? I think it would be prettier to have all Parameters in one unit
  • s

    Slackbot

    07/13/2023, 12:47 PM
    This message was deleted.
    h
    • 2
    • 2
  • v

    vchepkov

    07/13/2023, 1:34 PM
    one
    ]
    is missing?
  • s

    Slackbot

    07/13/2023, 1:35 PM
    This message was deleted.
    h
    v
    • 3
    • 3
  • v

    VoxBot

    07/13/2023, 1:45 PM
    hmm, I'm not sure I agree with https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/TernaryParentheses
  • v

    VoxBot

    07/13/2023, 1:45 PM
    why is bar && baz ? a : b better than (bar && baz) ? a : b
  • v

    VoxBot

    07/13/2023, 1:46 PM
    two whole bytes shorter!
  • v

    VoxBot

    07/13/2023, 1:46 PM
    can't argue with that
  • v

    VoxBot

    07/13/2023, 1:46 PM
    I'm leaning more to EnforcedStyle: require_parentheses_when_complex
  • v

    VoxBot

    07/13/2023, 1:47 PM
    yeah, that seems most readable
  • y

    Yury Bushmelev

    07/13/2023, 1:47 PM
    +1 on require_parentheses_when_complex
  • v

    VoxBot

    07/13/2023, 1:47 PM
    any construct where you need to think hard about the precedence order or operators is... not good IMO
  • v

    VoxBot

    07/13/2023, 1:47 PM
    exactly
  • v

    VoxBot

    07/13/2023, 1:48 PM
    s/order or/order of/
  • v

    VoxBot

    07/13/2023, 1:49 PM
    +1 on require_parentheses_when_complex
  • v

    VoxBot

    07/13/2023, 1:57 PM
    https://github.com/voxpupuli/voxpupuli-rubocop/pull/30
  • v

    VoxBot

    07/13/2023, 4:16 PM
    can I get a review for https://github.com/voxpupuli/voxpupuli-rubocop/pull/31
  • v

    VoxBot

    07/13/2023, 7:00 PM
    https://github.com/voxpupuli/rspec-puppet-facts/pull/151 should we pull the trigger and merge this?
  • v

    VoxBot

    07/13/2023, 7:01 PM
    ewoud: yes!
  • v

    VoxBot

    07/13/2023, 7:01 PM
    I've been thinking about expanding the README on how the facter version is interpreted, but given it's set by the library itself via the JSON I wonder how much that helps
  • v

    VoxBot

    07/13/2023, 7:02 PM
    at this point I wonder how much of a major version it really is, but we can discuss that later
  • v

    VoxBot

    07/13/2023, 7:02 PM
    I'm off now
  • v

    VoxBot

    07/13/2023, 7:07 PM
    o/
  • v

    VoxBot

    07/13/2023, 7:27 PM
    can I get a review for https://github.com/voxpupuli/puppet-keepalived/pull/292
  • v

    VoxBot

    07/13/2023, 7:55 PM
    \o/ I managed to fix the failing CI for gitlab_ci_runner: https://github.com/voxpupuli/puppet-gitlab_ci_runner/pull/171 \o/
1...552553554...648Latest