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

    VoxBot

    10/27/2022, 8:56 PM
    https://github.com/theforeman/puppet-puppetserver_foreman/pull/25 it'd be good to filter those out, right?
  • v

    VoxBot

    10/28/2022, 8:22 AM
    o/
  • v

    VoxBot

    10/28/2022, 8:22 AM
    ewoud: do you have a recommendation for mocking a single value in a structured fact in rspec-puppet
  • v

    VoxBot

    10/28/2022, 8:22 AM
    I need to set processors.count to 3
  • v

    VoxBot

    10/28/2022, 8:23 AM
    https://github.com/voxpupuli/puppet-vault/pull/1/files#diff-e78db79abb0b543310767fb9d2814cc4e2408f613de4985186251c70bdd4edbbL19
  • v

    VoxBot

    10/28/2022, 8:24 AM
    my naive approach was facts.merge(processors: { count: 3})
  • v

    VoxBot

    10/28/2022, 10:01 AM
    bastelfreak: https://github.com/voxpupuli/voxpupuli-test#fact-handling last example has override_facts
  • v

    VoxBot

    10/28/2022, 10:01 AM
    aha!
  • v

    VoxBot

    10/28/2022, 10:01 AM
    ewoud++
  • d

    Dr Bunsen Honeydew

    10/28/2022, 10:01 AM
    ewoud gained a level! (Karma: 1)
  • v

    VoxBot

    10/28/2022, 11:48 AM
    https://github.com/voxpupuli/beaker-rspec/pull/115 I'd appreciate some bikeshedding on the failure_context bit - or should I leave that out for now and do it as a separate PR?
  • v

    VoxBot

    10/28/2022, 11:51 AM
    mhm
  • v

    VoxBot

    10/28/2022, 11:51 AM
    can't really tell what that all does, but it looks good to me
  • v

    VoxBot

    10/28/2022, 2:17 PM
    hello
  • v

    VoxBot

    10/28/2022, 2:17 PM
    i'm looking at setting up wireguard tunnels with puppet, and shopping around the forge and compare modules
  • v

    VoxBot

    10/28/2022, 2:17 PM
    bastelfreak: i see you wrote puppet/wireguard, but also mention in https://github.com/spacedog/puppet-wireguard/pull/21 you'd like to "use their code" :)
  • d

    Dr Bunsen Honeydew

    10/28/2022, 2:17 PM
    See the
    puppet-wireguard
    module at https://forge.puppet.com/puppet/wireguard?src=slack&channel=voxpupuli
  • v

    VoxBot

    10/28/2022, 2:17 PM
    bastelfreak: which module would you recommend?
  • v

    VoxBot

    10/28/2022, 2:18 PM
    does puppet/wireguard do the Deferred magic thing?
  • d

    Dr Bunsen Honeydew

    10/28/2022, 2:18 PM
    See the
    puppet-wireguard
    module at https://forge.puppet.com/puppet/wireguard?src=slack&channel=voxpupuli
  • v

    VoxBot

    10/28/2022, 2:18 PM
    I wrote the Vox Pupuli module because I got no response in the spacedog PR
  • v

    VoxBot

    10/28/2022, 2:18 PM
    I recommend our module
  • v

    VoxBot

    10/28/2022, 2:20 PM
    okay
  • v

    VoxBot

    10/28/2022, 2:20 PM
    how does it generate the private key material?
  • v

    VoxBot

    10/28/2022, 2:21 PM
    with a local exec resource
  • v

    VoxBot

    10/28/2022, 2:21 PM
    the private key never leaves the server
  • v

    VoxBot

    10/28/2022, 2:21 PM
    oh okay
  • v

    VoxBot

    10/28/2022, 2:21 PM
    so you need two passes for the key to export right?
  • v

    VoxBot

    10/28/2022, 2:21 PM
    one to run the exec, another to generate the fact?
  • v

    VoxBot

    10/28/2022, 2:22 PM
    you can tell puppet to reevaluate facts at the end of the catalog
1...170171172...648Latest