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

    VoxBot

    08/31/2022, 6:04 AM
    correct. beaker doesnt care about the local puppet version
  • v

    VoxBot

    08/31/2022, 6:04 AM
    at voy, we run rspec-puppet on puppet6/ruby2.5 and puppet7/ruby2.7, the beaker jobs run on ruby3, but should work on 2.5
  • v

    VoxBot

    08/31/2022, 6:05 AM
    *at vox pupuli
  • v

    VoxBot

    08/31/2022, 6:07 AM
    nod, yeah, I think 2.7 sounds reasonable
  • v

    VoxBot

    08/31/2022, 6:12 AM
    I'm not sure. that would have the benefit that you can use the ruby from Puppet 7 to run it. the question is; is that a benefit/how many people do this
  • v

    VoxBot

    08/31/2022, 6:12 AM
    because eRuby 2. is EoL in 6? months. so we could already start with Ruby 3
  • v

    VoxBot

    08/31/2022, 6:29 AM
    7, https://endoflife.date/ruby :)
  • v

    VoxBot

    08/31/2022, 8:41 AM
    I'd be ok with raising to 2.7 for now
  • v

    VoxBot

    08/31/2022, 8:42 AM
    AFAIK there's little additional effort to keep that for a while
  • v

    VoxBot

    08/31/2022, 1:54 PM
    bastelfreak: Since my boss is poking me about it, could we do a new release of puppet-python? (he wants to start using the change he wrote and got merged ASAP)
  • d

    Dr Bunsen Honeydew

    08/31/2022, 1:54 PM
    See the
    puppet-python
    module at https://forge.puppet.com/puppet/python?src=slack&channel=voxpupuli
  • v

    VoxBot

    08/31/2022, 1:55 PM
    do you/he want to spin up a release PR?
  • v

    VoxBot

    08/31/2022, 2:13 PM
    Anyone have an idea how to fix https://github.com/voxpupuli/puppet-collectd/issues/1000 (nice number)
  • v

    VoxBot

    08/31/2022, 2:16 PM
    mhm
  • t

    TomK

    08/31/2022, 5:34 PM
    message has been deleted
  • v

    VoxBot

    08/31/2022, 6:41 PM
    mhm
  • j

    jhoblitt

    08/31/2022, 11:50 PM
    Is anyone attempting to use https://github.com/voxpupuli/puppet-network with EL8/9 and networkmanager?
  • j

    jhoblitt

    08/31/2022, 11:50 PM
    Is anyone attempting to use https://github.com/voxpupuli/puppet-network with EL8/9 and networkmanager?
  • v

    vchepkov

    08/31/2022, 11:51 PM
    wasn't aware it works with NM?
  • j

    jhoblitt

    08/31/2022, 11:51 PM
    As-is, that module is only writing out redhat network ifcfg- and route- files
  • v

    vchepkov

    08/31/2022, 11:51 PM
    yep
  • v

    vchepkov

    08/31/2022, 11:52 PM
    I found this is a chicken-egg issue anyway, so provisioning takes care of NM config
  • j

    jhoblitt

    08/31/2022, 11:53 PM
    This is looking like a major derailment of my EL8 migration project as I'm dependent upon example42/network to setup and occasionally update static routes
  • d

    Dr Bunsen Honeydew

    08/31/2022, 11:53 PM
    See the
    example42-network
    module at https://forge.puppet.com/example42/network?src=slack&channel=voxpupuli
  • j

    jhoblitt

    08/31/2022, 11:53 PM
    This is looking like a major derailment of my EL8 migration project as I'm dependent upon example42/network to setup and occasionally update static routes
  • v

    vchepkov

    08/31/2022, 11:55 PM
    the problem with NM and puppet that they will both try to manage the same file. Not a fan of an app rewriting it's own config,
  • j

    jhoblitt

    08/31/2022, 11:55 PM
    yes, I think we need types that just interact with NM
  • v

    vchepkov

    08/31/2022, 11:57 PM
    but meanwhile you can try to use shellvar
  • j

    jhoblitt

    08/31/2022, 11:57 PM
    The nmcli manpage claims there is a --terse mode for scripting... but
  • j

    jhoblitt

    08/31/2022, 11:58 PM
    Copy code
    [jhoblitt_b@dns2 network-scripts]$ nmcli conn --terse
    Error: argument '--terse' not understood. Try passing --help instead.
1...136137138...648Latest