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

    VoxBot

    05/17/2022, 10:23 AM
    yes, it works. the old puppetserver does not execute this code
  • v

    VoxBot

    05/17/2022, 10:23 AM
    that's just the code that makes the http request. the request don't change
  • v

    VoxBot

    05/17/2022, 10:24 AM
    ok. Perhaps just sprinkle in some comments and/or update the README to make this really clear so that someone else doesn't later follow it up to rip out the code that it does still make sense to keep.
  • v

    VoxBot

    05/17/2022, 10:25 AM
    yep will do
  • v

    VoxBot

    05/17/2022, 10:25 AM
    now I just need someone from camptocamp to respond to it/respond to the migration request :D
  • v

    VoxBot

    05/17/2022, 12:44 PM
    good morning
  • v

    VoxBot

    05/17/2022, 12:53 PM
    Daneel: o/
  • v

    VoxBot

    05/17/2022, 1:18 PM
    bastelfreak \o
  • v

    VoxBot

    05/18/2022, 7:04 AM
    can I get a review for https://github.com/voxpupuli/ra10ke/pull/80
  • d

    dhollinger

    05/18/2022, 3:04 PM
    For anyone curious - I'm working on adding packaging for webhook-go and some bugfixes. It's taking some time, but should be in the next few days. After that, updating the wiki with documentation updates
  • v

    VoxBot

    05/18/2022, 4:04 PM
    Anyone know if I can make hiera-eyaml work on Fedora 36 / ruby 3.1.2? I get this error regardless of if I use the package in Fedora or the gem directly:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/511142c30a2536e1697e4415ccba0975229f17a8)
  • v

    VoxBot

    05/18/2022, 4:45 PM
    genebean[m]: can you test https://github.com/voxpupuli/hiera-eyaml/pull/329 ?
  • t

    thirumoorthi

    05/18/2022, 4:46 PM
    Hi team , i am facing this error while using jenkins module
    Copy code
    Error: Could not set 'file' on ensure: No such file or directory - A directory component in /usr/lib/jenkins/jenkins-run20220518-12834-1awo0ek.lock does not exist or is a dangling symbolic link (file: /tmp/vagrant-puppet/modules-14eca87e6bf3b5e8900a868a1e75a63d/jenkins/manifests/systemd.pp, line: 19)
  • s

    Slackbot

    05/18/2022, 4:55 PM
    This message was deleted.
    t
    v
    • 3
    • 8
  • v

    VoxBot

    05/18/2022, 5:02 PM
    <bastelfreak> "genebean: can you test https://..." <- will test later today
  • a

    Alex Fisher

    05/18/2022, 5:05 PM
    @binford2k Hi. As well as the lazy Deferred functions, do I remember you saying that there's another improvement on the horizon? Something about being able to use Deferred anywhere you can use a String? (or have I totally made that up!)
  • t

    thirumoorthi

    05/18/2022, 5:09 PM
    message has been deleted
  • b

    binford2k

    05/18/2022, 5:15 PM
    @Alex Fisher yes & no. The conversation was about Sensitive values and allowing
    .unwrap
    to silently pass through string values so you didn’t have to do tedious type checking before deciding how to handle it. The PR is super simple, but Josh and Charlie don’t agree with the approach and prefer to be more strict about type handling.
    Ha. And now that I go to show you what needs to be added to the function, I see that someone already did and it’s merged. https://github.com/puppetlabs/puppet/commit/41991b2dc65fd00f484523b915958bd82f0ff836
  • b

    binford2k

    05/18/2022, 5:17 PM
    right now you can use a Deferred value any time you can use a string --except-- for interpolation or templates, because those are rendered during compilation. I have a half finished PR that will semi-transparently handle templates with Deferred values, though.
  • b

    binford2k

    05/18/2022, 5:18 PM
    (I’m trying to figure out an easy way to identify whether any used variable are Deferred and then just let the standard epp/template functions defer their own rendering automatically)
  • s

    Slackbot

    05/18/2022, 5:24 PM
    This message was deleted.
    b
    a
    • 3
    • 5
  • a

    Alex Fisher

    05/18/2022, 5:25 PM
    I've got a colleague who wants to start submitted PRs to Vox modules to add
    node_encrypt
    support.
  • a

    Alex Fisher

    05/18/2022, 5:26 PM
    Ideally, you wouldn't need to. Instead you'd be able to use
    node_encrypt::secret
    just from your profiles and more often that not it'd just work.
  • a

    Alex Fisher

    05/18/2022, 5:27 PM
    Instead of our modules being filled with
    if extlib::has_module('node_encrypt') { redact('password') ...
    etc
  • v

    VoxBot

    05/18/2022, 6:06 PM
    I would seriously love it if you advocated for transparent encryption etc to be rolled into puppet proper. I would -love- to deprecate that module in favor of native functionality.
  • v

    VoxBot

    05/18/2022, 7:03 PM
    bastelfreak: I tested the eyaml pr and it is working for me
  • v

    VoxBot

    05/18/2022, 7:03 PM
    awesome, can you please respond there
  • v

    VoxBot

    05/18/2022, 7:03 PM
    so we can probably merge that and release it
  • v

    VoxBot

    05/18/2022, 8:07 PM
    I did bastelfreak
  • b

    binford2k

    05/19/2022, 3:57 AM
    hey, just a heads up. I removed the outside collaborators from https://github.com/puppetlabs/puppet_litmus as part of our org cleanup. It doesn’t actually change anyone’s usage — pretty sure TP gave you all collaborator when he was skunkworking it.
    👍 1
1...394041...648Latest