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

    Robert Waffen

    04/13/2023, 9:53 AM
    @Ananace may you have a look here? https://github.com/voxpupuli/puppet-k8s/issues/37 ... since PR #30 etcd ca behaves differently for me
  • v

    VoxBot

    04/13/2023, 10:00 AM
    Could PR 32 be related?
  • v

    VoxBot

    04/13/2023, 10:07 AM
    Actually, probably not, since it's the CA itself that rebuilds
  • r

    Robert Waffen

    04/13/2023, 10:14 AM
    i reverted back to commit 586148451ccf7cbc9f2027ce1b1d5745a48b56d8.
  • y

    Yury Bushmelev

    04/13/2023, 2:27 PM
    Sorry guys, I didn’t thought about the dynamic interfaces..
  • t

    towo

    04/13/2023, 2:31 PM
    At some point we're going to need to step up from quarterly migration appellations to the
    sssd
    module. :D
  • v

    VoxBot

    04/13/2023, 3:20 PM
    that looks painful voxel____
  • v

    VoxBot

    04/13/2023, 3:21 PM
    client doin funny stuff ;)
  • r

    Robert Waffen

    04/13/2023, 4:05 PM
    review pls? 🙂 https://github.com/voxpupuli/puppet-k8s/pull/41
  • r

    Robert Waffen

    04/13/2023, 4:09 PM
    @Ananace why is service-account.key only managed in terms of user perms, if generate_ca is activated? ist it need on every controller? and therefore should be managed, like all other files in cert dir? https://github.com/voxpupuli/puppet-k8s/blob/master/manifests/server/tls.pp#L185
  • v

    VoxBot

    04/13/2023, 4:10 PM
    Managing it if generate_ca isn't set would just result in the module creating a zero-byte file, which isn't very useful.
  • r

    Robert Waffen

    04/13/2023, 4:11 PM
    it does the same for all other ca related files. but when i copy them over, it corrects my file permissions, only not for this file
  • v

    VoxBot

    04/13/2023, 4:12 PM
    Right, I guess it would make sense to keep things consistent in that regard
  • c

    Craig Gumbley

    04/13/2023, 6:11 PM
    Anyone know if it’s possible to tell RSpec to run tests via an alternative shell? E.g
    Copy code
    default => bash
    desired => zsh
  • c

    Craig Gumbley

    04/13/2023, 6:11 PM
    Anyone know if it’s possible to tell RSpec to run tests via an alternative shell? E.g
    Copy code
    default => bash
    desired => zsh
  • v

    VoxBot

    04/13/2023, 7:54 PM
    o/
  • v

    VoxBot

    04/13/2023, 8:21 PM
    smortex: o/
  • v

    VoxBot

    04/13/2023, 8:42 PM
    https://github.com/voxpupuli/puppet-archive/pull/491 I quite agree with merging and releasing if it helps testing against Puppet 8. Do you think we should still wait a few days?
  • v

    VoxBot

    04/13/2023, 8:59 PM
    first I would like to understand why that change is actually required
  • v

    VoxBot

    04/13/2023, 8:59 PM
    my understanding is that it is a stdlib gem and present in ruby
  • v

    VoxBot

    04/13/2023, 9:00 PM
    https://stdgems.org/
  • v

    VoxBot

    04/13/2023, 9:01 PM
    Yup, the fact that FreeBSD maintainer decide to package it separately made me think it was probably not worth changing the behavior, but GitHub action beeing affected too is weird.
  • v

    VoxBot

    04/13/2023, 9:01 PM
    Do GitHub publish some info on how their actions work / containers are built?
  • v

    VoxBot

    04/13/2023, 9:02 PM
    after some talk with the ruby devs I can say they highly recommend vendoring the default/std gems in the ruby package
  • v

    VoxBot

    04/13/2023, 9:03 PM
    in arch linux we tried to split it and and that basically broke them
  • v

    VoxBot

    04/13/2023, 9:03 PM
    I would like to know if the github ruby version is broken as well or if our code actully does something wrong
  • v

    VoxBot

    04/13/2023, 9:04 PM
    so we use https://github.com/ruby/setup-ruby to install ruby
  • v

    VoxBot

    04/13/2023, 9:06 PM
    and looks like https://github.com/ruby/ruby-builder is used to build the ruby versions we use
  • v

    VoxBot

    04/13/2023, 9:10 PM
    looks like it build just https://github.com/ruby/ruby but does not gather the std gems
  • v

    VoxBot

    04/13/2023, 9:11 PM
    it install JSON after building before running tests
1...413414415...648Latest