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

    VoxBot

    05/11/2023, 2:44 PM
    bastelfreak - thanks for merging that last one. Trying to figure out what's going on with https://github.com/voxpupuli/puppet-rabbitmq/pull/915 << Ok, unsuported OSes are gone, but the main spec tests w/ Puppet 7 / ruby 2.7 still fail as before. Do those errors look familiar to anyone?
  • b

    bastelfreak

    05/11/2023, 2:44 PM
    maybe that's something for @josh
  • v

    VoxBot

    05/11/2023, 2:45 PM
    trying to repro locally with Ruby 2.7, but instead getting "Evaluation Error: Resource type not found: Stdlib:Compat:Ipv6" failures
  • v

    VoxBot

    05/11/2023, 2:45 PM
    wby: maybe a change in puppet/systemd?
  • d

    Dr Bunsen Honeydew

    05/11/2023, 2:45 PM
    See the
    puppet-systemd
    module at https://forge.puppet.com/puppet/systemd?src=slack&amp;channel=voxpupuli
  • v

    VoxBot

    05/11/2023, 2:45 PM
    wby: Stdlib:Compat:Ipv6 was removed in puppetlabs-stdlib git
  • d

    Dr Bunsen Honeydew

    05/11/2023, 2:45 PM
    See the
    puppetlabs-stdlib
    module at https://forge.puppet.com/puppetlabs/stdlib?src=slack&amp;channel=voxpupuli
  • v

    VoxBot

    05/11/2023, 2:46 PM
    unreleased now, but you should migrate to the non-compat version
  • v

    VoxBot

    05/11/2023, 2:46 PM
    Yeah, puppet-systemd was my guess as well, only modulesync wouldn't mess with the systemd version, would it?
  • d

    Dr Bunsen Honeydew

    05/11/2023, 2:46 PM
    See the
    puppet-systemd
    module at https://forge.puppet.com/puppet/systemd?src=slack&amp;channel=voxpupuli
  • v

    VoxBot

    05/11/2023, 2:47 PM
    And version requirement for it is < 5.0.0, so I assume it should already be getting the latest (4.2.0)?
  • v

    VoxBot

    05/11/2023, 2:47 PM
    it probably has git in .fixtures.yml
  • v

    VoxBot

    05/11/2023, 2:47 PM
    unit tests work against master, not last release
  • v

    VoxBot

    05/11/2023, 2:48 PM
    ah, so you think some of the unreleased stuff in puppet-systemd could be the issue?
  • d

    Dr Bunsen Honeydew

    05/11/2023, 2:48 PM
    See the
    puppet-systemd
    module at https://forge.puppet.com/puppet/systemd?src=slack&amp;channel=voxpupuli
  • v

    VoxBot

    05/11/2023, 2:48 PM
    (I can go back, but I think these failures in the modulesync branch existed before then as well, but could be wrong)
  • v

    VoxBot

    05/11/2023, 2:52 PM
    oh nice, you can finally install puppet7-release RPM and it'll replace puppet6-release so you no longer need to remove it prior
  • v

    VoxBot

    05/11/2023, 2:52 PM
    I recall filing that issue a while back but this is the first time I see it actually works by just trying it :)
  • v

    VoxBot

    05/11/2023, 2:54 PM
    ewoud: looks like maybe they want us to use Stdlib:IPAddress:V6 (which I think did / does already exist)?
  • v

    VoxBot

    05/11/2023, 2:55 PM
    do we have a suggested min stdlib version to support?
  • v

    VoxBot

    05/11/2023, 2:55 PM
    wby: correct, or the Nosubnet version of it
  • v

    VoxBot

    05/11/2023, 2:55 PM
    wby: 4.25.0 is IMHO the very minimum version because it added many very useful types
  • v

    VoxBot

    05/11/2023, 2:58 PM
    Think that needs to be breaking if the current min is 4.19?
  • v

    VoxBot

    05/11/2023, 2:59 PM
    https://github.com/voxpupuli/puppet-rabbitmq/pull/931
  • v

    VoxBot

    05/11/2023, 3:00 PM
    I wouldn't consider it breaking
  • v

    VoxBot

    05/11/2023, 3:00 PM
    4.25.0 is ancient by now
  • v

    VoxBot

    05/11/2023, 3:00 PM
    2018-03-12 - really really old
  • v

    VoxBot

    05/11/2023, 3:02 PM
    ewoud: I'll update it to the nosubnet one
  • v

    VoxBot

    05/11/2023, 3:06 PM
    so w/ that fixed, I can't reproduce the systemd issues locally with puppet 7 / ruby 2.7. without latest modulesync, passes in CI; with it, fails. so I feel like it's coming from one of the modulesync_config updates somehow?
  • v

    VoxBot

    05/11/2023, 3:09 PM
    let me try locally off the modulesync branch
1...472473474...641Latest