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

    VoxBot

    08/06/2023, 11:10 AM
    Hetzner now has quite fast arm cloud instances <3
  • v

    VoxBot

    08/06/2023, 11:10 AM
    uh awesome
  • v

    VoxBot

    08/06/2023, 11:10 AM
    I didn't even think of that
  • v

    VoxBot

    08/06/2023, 11:11 AM
    those are ampere altra boards, they outperform most x86 boxes
  • v

    VoxBot

    08/06/2023, 11:12 AM
    I already considered building puppet packages on those boxes because Puppet just doesn't deliver arm builds...
  • v

    VoxBot

    08/06/2023, 11:13 AM
    https://github.com/puppetlabs/puppetlabs-puppetdb/pull/369 this stupid cla bot :(
  • v

    VoxBot

    08/06/2023, 11:13 AM
    if you use non-AIO builds then you barely need to package anything
  • v

    VoxBot

    08/06/2023, 11:14 AM
    since Ruby packages like puppet and facter are noarch these days you don't need to rebuild anything between architectures
  • v

    VoxBot

    08/06/2023, 11:15 AM
    though modularity on EL may be a pain
  • v

    VoxBot

    08/06/2023, 11:16 AM
    I think puppet and/or facter require some gems with C extensions
  • v

    VoxBot

    08/06/2023, 11:17 AM
    I (co)maintain Puppet & Facter in Fedora and pretty sure I don't maintain any with C extensions
  • v

    VoxBot

    08/06/2023, 11:19 AM
    mhm was that only on facter 3 maybe
  • v

    VoxBot

    08/06/2023, 11:20 AM
    there may be something somewhere in the dependency chain that someone else maintains
  • v

    VoxBot

    08/06/2023, 11:20 AM
    puppet on arch depends on the shadow gem and that has a c extension
  • v

    VoxBot

    08/06/2023, 11:20 AM
    ah and augeas of course
  • v

    VoxBot

    08/06/2023, 11:20 AM
    oh yes, but that's already packaged by others
  • v

    VoxBot

    08/06/2023, 11:21 AM
    :D
  • v

    VoxBot

    08/06/2023, 11:21 AM
    I've the joy of building them on arch
  • v

    VoxBot

    08/07/2023, 2:26 PM
    morning o/
  • v

    VoxBot

    08/07/2023, 2:26 PM
    can I get a review for https://github.com/voxpupuli/puppet-k8s/pull/68
    ✅ 1
  • j

    jhoblitt

    08/07/2023, 5:24 PM
    I think checking these facts are a bit too cleaver. Running leapp from el7 -> el8 creates /etc/systemd/network config files to rename interfaces to use the old el7 names. I would like puppet to make sure that these are purged. As is, this won't work with puppet/systemd because of this test: https://github.com/voxpupuli/puppet-systemd/blob/21a0285094d2a63a76e80e927e00cb322544ae43/manifests/init.pp#L282-L284
  • j

    jhoblitt

    08/07/2023, 5:25 PM
    as after leapping from el8 -> el9, there isn't a service unit for networkd anymore
  • j

    jhoblitt

    08/07/2023, 5:25 PM
    but I still want to be able to purge that dir
  • v

    VoxBot

    08/07/2023, 5:33 PM
    isn't that because EL9 doesn't ship systemd-networkd by default?
  • v

    VoxBot

    08/07/2023, 5:33 PM
    IIRC it's in EPEL
  • b

    bastelfreak

    08/07/2023, 5:35 PM
    yep
  • j

    jhoblitt

    08/07/2023, 5:58 PM
    that's right, networkd isn't part of base EL9... but I still want to purge the directory and I don't want to have to create profile that creates a file purge resource only for el9 but uses puppet/systemd to do the purge on el8
  • d

    Dr Bunsen Honeydew

    08/07/2023, 5:59 PM
    See the
    puppet-systemd
    module at https://forge.puppet.com/puppet/systemd?src=slack&amp;channel=voxpupuli
  • r

    Robert Waffen

    08/08/2023, 9:40 AM
    review pls https://github.com/voxpupuli/puppet-php/pull/695
    ✅ 1
  • m

    Markus Zilch

    08/08/2023, 10:51 AM
    @bastelfreak: do you still need the module_rewrite branch for the php module or is this something that can be cleaned up?
1...575576577...648Latest