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

    VoxBot

    10/24/2024, 7:50 PM
    that's easier :D
  • v

    VoxBot

    10/24/2024, 7:50 PM
    from a legal and technical point of view
  • y

    Yury Bushmelev

    10/25/2024, 9:47 AM
    hmm.. I hit the interesting issue.. I'm purging Apt repos completely to install my local mirrors configuration. The problem is.. that Apt module attempts to install
    gnupg
    package immediately after sources.list(.d) configs are wiped, but before new sources are installed.. 😕
  • v

    VoxBot

    10/25/2024, 9:59 AM
    well, the real fix is, to teach the apt module not to install gnupg
  • v

    VoxBot

    10/25/2024, 9:59 AM
    that's not needed on modern apt anymore
  • v

    VoxBot

    10/25/2024, 10:01 AM
    bastelfreak: and then use nat64 for legacy infrastructure like GitHub?
  • v

    VoxBot

    10/25/2024, 10:02 AM
    the workstation I worked on had proper dualstack. Just the connection to the work-laptop used IPv6, because stupid cisco client blocked incoming ipv4 connections
  • y

    Yury Bushmelev

    10/25/2024, 10:09 AM
    @Zhenech: how modern is modern? 🙂 is the one in Debian 11 modern enough?
  • r

    Robert Waffen

    10/25/2024, 10:11 AM
    it from this decade... maybe it's okay enough 😄
  • v

    VoxBot

    10/25/2024, 10:11 AM
    it's from 2021, it's almost from the last decade! :D
  • v

    VoxBot

    10/25/2024, 10:14 AM
    Yury, Debian 10+ iirc
    👍🏻 1
  • v

    VoxBot

    10/25/2024, 10:16 AM
    should be easy to verify with the acceptance tests in the module
  • v

    VoxBot

    10/25/2024, 10:25 AM
    maybe also 11+, but certainly not newer.
  • z

    zipkid

    10/25/2024, 10:48 AM
    With a Rakefile that only contains
    require 'ra10ke'
    i get the following error….
    Copy code
    bundle exec rake -T                                                                                                                                       1 ↵
    rake aborted!
    ArgumentError: wrong number of arguments (given 1, expected 0)
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/json_pure-2.7.2/lib/json/common.rb:86:in `initialize'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/json_pure-2.7.2/lib/json/common.rb:86:in `new'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/json_pure-2.7.2/lib/json/common.rb:86:in `create_fast_state'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/json_pure-2.7.2/lib/json/common.rb:79:in `generator='
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/json_pure-2.7.2/lib/json/ext.rb:11:in `<module:Ext>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/json_pure-2.7.2/lib/json/ext.rb:6:in `<module:JSON>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/json_pure-2.7.2/lib/json/ext.rb:3:in `<top (required)>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/json_pure-2.7.2/lib/json.rb:588:in `require'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/json_pure-2.7.2/lib/json.rb:588:in `<module:JSON>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/json_pure-2.7.2/lib/json.rb:584:in `<top (required)>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/solve-4.0.4/lib/solve/solver/serializer.rb:1:in `require'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/solve-4.0.4/lib/solve/solver/serializer.rb:1:in `<top (required)>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/solve-4.0.4/lib/solve/ruby_solver.rb:4:in `require_relative'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/solve-4.0.4/lib/solve/ruby_solver.rb:4:in `<top (required)>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/solve-4.0.4/lib/solve.rb:10:in `require_relative'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/solve-4.0.4/lib/solve.rb:10:in `<module:Solve>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/solve-4.0.4/lib/solve.rb:3:in `<top (required)>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/ra10ke-2.0.0/lib/ra10ke/solve.rb:6:in `require'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/ra10ke-2.0.0/lib/ra10ke/solve.rb:6:in `<top (required)>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/ra10ke-2.0.0/lib/ra10ke.rb:4:in `require'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/ra10ke-2.0.0/lib/ra10ke.rb:4:in `<top (required)>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/Rakefile:6:in `require'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/Rakefile:6:in `<top (required)>'
    /Users/zipkid/source/vrt/puppet/vagrant-puppet/puppet_r10k/vendor/ruby/2.7.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
    /Users/zipkid/.rbenv/versions/2.7.7/bin/bundle:23:in `load'
    /Users/zipkid/.rbenv/versions/2.7.7/bin/bundle:23:in `<main>'
    Ruby version
    Copy code
    ruby --version                                                                                                                                            1 ↵
    ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5) [x86_64-darwin22]
    Any idea? This started yesterday or today….
  • b

    bastelfreak

    10/25/2024, 10:49 AM
    I just got the same in https://github.com/puppetlabs/rspec-puppet/actions/runs/11516642874/job/32059721292?pr=124
  • z

    zipkid

    10/25/2024, 10:50 AM
    😅 so, it’s not me fscking up for once….
  • z

    zipkid

    10/25/2024, 10:50 AM
    and, same thing on ruby/3.2.0 & ruby/2.7.0
  • v

    VoxBot

    10/25/2024, 10:52 AM
    what the heck is ra10ke
  • v

    VoxBot

    10/25/2024, 10:53 AM
    omg, that's a Zhenech-level of naming-pun, who did allow that?!
    ❤️ 1
  • v

    VoxBot

    10/25/2024, 10:53 AM
    our nice rake task collection around r10k / Puppetfile
  • z

    zipkid

    10/25/2024, 10:53 AM
    rake wrappers for r10k
  • z

    zipkid

    10/25/2024, 11:16 AM
    https://github.com/rubocop/rubocop/issues/10745 ?
  • z

    zipkid

    10/25/2024, 11:22 AM
    hmm.. not same error, and that is about
    json
    while we have
    json_pure
    & are up-to-date…
  • z

    zipkid

    10/25/2024, 11:25 AM
    but… the
    json
    gem was updated!
    Copy code
    2.7.4 October 25, 2024 java (40.5 KB)
    2.7.4 October 25, 2024 (66 KB)
    2.7.4.rc2 October 25, 2024 (66 KB)
    2.7.4.rc1 October 25, 2024 (66 KB)
    2.7.3 October 24, 2024 (65.5 KB)
    2.7.3 October 24, 2024 java (40.5 KB)
    2.7.3.rc1 October 23, 2024 java (40.5 KB)
    2.7.3.rc1 October 23, 2024 (65.5 KB)
  • b

    bastelfreak

    10/25/2024, 11:27 AM
    ah https://github.com/ruby/json/issues/646
  • z

    zipkid

    10/25/2024, 11:28 AM
    i’m testing with json on 2.7.2 atm…
  • v

    VoxBot

    10/25/2024, 11:30 AM
    can I get a review for https://github.com/voxpupuli/voxpupuli-rubocop/pull/70
  • z

    zipkid

    10/25/2024, 11:32 AM
    it works again with
    Copy code
    gem 'json', '2.7.2' # Need to be the same version! <https://github.com/ruby/json/issues/646>
      gem 'json_pure', '2.7.2' # Need to be the same version! <https://github.com/ruby/json/issues/646>
  • b

    bastelfreak

    10/25/2024, 11:36 AM
    can I get a review for https://github.com/voxpupuli/voxpupuli-rubocop/pull/71 as well please
  • v

    VoxBot

    10/25/2024, 11:40 AM
    and https://github.com/voxpupuli/voxpupuli-rubocop/pull/73 please
1...603604605...648Latest