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

    tvaughan

    04/26/2022, 9:48 PM
    I have feelings about how this turned out 😐
  • t

    tvaughan

    04/26/2022, 9:48 PM
    Thus my new question is "is there a flatpak for that?"
  • t

    tvaughan

    04/26/2022, 9:49 PM
    If you're going to make me container, I'm going to do it on my terms 😛
  • b

    binford2k

    04/26/2022, 9:50 PM
    @tvaughan have you ever done anything not on your terms?
  • s

    Slackbot

    04/26/2022, 9:51 PM
    This message was deleted.
    🤣 1
    t
    • 2
    • 1
  • t

    tvaughan

    04/26/2022, 9:51 PM
    As an old System Engineer I know once said: "You want it bad, you'll get it BAD"
  • v

    VoxBot

    04/26/2022, 9:52 PM
    I had not heard that one before, but I like it
  • t

    tvaughan

    04/26/2022, 9:57 PM
    OK, I'm actually more reasonable than this but a contract is a contract.
  • v

    VoxBot

    04/26/2022, 10:11 PM
    I just noticed https://docs.rubocop.org/rubocop/cops_style.html#stylefetchenvvar and wonder if that's really a good thing for us
  • v

    VoxBot

    04/26/2022, 10:12 PM
    also,
    ENV.fetch('X', nil) || z
    why isn't that
    ENV.fetch('X', z)
  • v

    VoxBot

    04/26/2022, 10:13 PM
    because rubocop
  • v

    VoxBot

    04/26/2022, 10:13 PM
    tbh, I don't think I've ever seen anyone use .fetch
  • v

    VoxBot

    04/26/2022, 10:13 PM
    I have
  • v

    VoxBot

    04/26/2022, 10:13 PM
    sorry, ENV.fetch is what I mean
  • v

    VoxBot

    04/26/2022, 10:14 PM
    oh yes, there it doesn't matter as much IMHO
  • v

    VoxBot

    04/26/2022, 10:14 PM
    https://rubystyle.guide/#hash-fetch-defaults does show a good example, but for ENV in particular the value is always a string, which is true
  • v

    VoxBot

    04/26/2022, 10:15 PM
    yes, that usage makes sense. But for ENV I almost always want a truthy value
  • v

    VoxBot

    04/26/2022, 10:15 PM
    and if not, I'll add my own failure
  • v

    VoxBot

    04/26/2022, 10:16 PM
    yep, ENV will have 'false' (a string with the value false) which needs to be handled special anyway
  • v

    VoxBot

    04/26/2022, 10:16 PM
    ugh, I'm super distracted. That wasn't clear at all
  • v

    VoxBot

    04/26/2022, 10:18 PM
    context: https://github.com/voxpupuli/modulesync/pull/252 btw
  • v

    VoxBot

    04/26/2022, 10:19 PM
    I hate it when you submit a fix for one thing and you have to fix another thing first …
  • v

    VoxBot

    04/26/2022, 11:58 PM
    let's clean up old cruft: https://github.com/voxpupuli/puppet-ssh_keygen/pull/76 & https://github.com/voxpupuli/puppet-telegraf/pull/187 remove nodesets
  • n

    n3snah

    04/27/2022, 2:29 AM
    Is there a requirement that I am supposed to complete for PDK to work with the vault_lookup? This is related to https://puppetcommunity.slack.com/archives/C113FRBRU/p1650946758886349 I am getting a new error in PDK now but still related to a path not found as per the last screenshot posted in the thread link above
  • n

    n3snah

    04/27/2022, 2:30 AM
    Is there a requirement that I am supposed to complete for PDK to work with the vault_lookup? This is related to https://puppetcommunity.slack.com/archives/C113FRBRU/p1650946758886349 I am getting a new error in PDK now but still related to a path not found as per the last screenshot posted in the thread link above
  • v

    VoxBot

    04/27/2022, 7:29 AM
    can I get a review for https://github.com/voxpupuli/puppet-rhsm/pull/122
  • b

    Ben Roberts

    04/27/2022, 8:00 AM
    A colleague I work with is after this https://github.com/voxpupuli/puppet-jira/pull/400, so not sure if it's appropriate that I be the one to approve/merge it?
  • b

    Ben Roberts

    04/27/2022, 8:00 AM
    A colleague I work with is after this https://github.com/voxpupuli/puppet-jira/pull/400, so not sure if it's appropriate that I be the one to approve/merge it?
  • v

    VoxBot

    04/27/2022, 9:20 AM
    /set irc.look.buffer_switch_autojoin off
  • v

    VoxBot

    04/27/2022, 9:23 AM
    Sorry :D space at the beginning ... damn ... long time ago i used irc
1...111213...647Latest