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

    Slackbot

    01/30/2023, 11:37 PM
    This message was deleted.
    g
    • 2
    • 1
  • d

    Dr Bunsen Honeydew

    01/30/2023, 11:37 PM
    See the
    puppet-python
    module at https://forge.puppet.com/puppet/python?src=slack&channel=voxpupuli
  • v

    VoxBot

    01/31/2023, 8:50 AM
    consul module has moved to voxpupuli, good. Am looking at the claranet-consul_template module. Happy to modernise it if we can get it into voxpupuli space. https://github.com/claranet/puppet-consul_template. Alternative would be to reopen https://github.com/voxpupuli/puppet-consul/issues/36 to add a consul::template
  • d

    Dr Bunsen Honeydew

    01/31/2023, 8:50 AM
    See the
    claranet-consul_template
    module at https://forge.puppet.com/claranet/consul_template?src=slack&channel=voxpupuli
  • b

    bastelfreak

    01/31/2023, 8:52 AM
    https://github.com/claranet/puppet-consul_template/issues/129 this didn't get much attention 😞
  • b

    bastelfreak

    01/31/2023, 8:52 AM
    https://github.com/claranet/puppet-consul_template/issues/129 this didn't get much attention 😞
  • b

    bastelfreak

    01/31/2023, 8:53 AM
    would it make sense to have support for consul-template in our consul module? both are apache2 licensed, you could copy the relevant code
  • v

    VoxBot

    01/31/2023, 8:55 AM
    That's discussed in #129 - I think may be easier to start again with inspiration from consul_template indeed.
  • b

    bastelfreak

    01/31/2023, 8:59 AM
    fine with me
  • j

    jhoblitt

    01/31/2023, 3:26 PM
    Final call for the 4.0.1 systemd release: https://github.com/voxpupuli/puppet-systemd/pull/317
  • j

    jhoblitt

    01/31/2023, 3:26 PM
    Final call for the 4.0.1 systemd release: https://github.com/voxpupuli/puppet-systemd/pull/317
  • j

    jhoblitt

    01/31/2023, 3:37 PM
    shipped: https://forge.puppet.com/modules/puppet/systemd/4.0.1/readme
  • b

    bastelfreak

    01/31/2023, 3:45 PM
    \o/
  • b

    bastelfreak

    01/31/2023, 3:45 PM
    @jhoblitt thanks for working on it
    💣 1
    boom hc 1
  • s

    Slackbot

    01/31/2023, 4:20 PM
    This message was deleted.
    👍 1
    j
    • 2
    • 1
  • j

    jhoblitt

    01/31/2023, 4:20 PM
    anyone? https://github.com/voxpupuli/puppet-zabbix/pull/862
  • s

    Slackbot

    01/31/2023, 4:29 PM
    This message was deleted.
    j
    • 2
    • 1
  • j

    jhoblitt

    01/31/2023, 10:49 PM
    uh, we may have a problem with the beaker auto generated centos 7 hosts. I've seen this under gha and I've not reproduced in locally is 3 different repos:
    Copy code
    Warning: Try 7 -- Host 127.0.0.1 unreachable: Net::SSH::Disconnect - connection closed by remote host
      Warning: Trying again in 55 seconds
      Attempting ssh connection to 127.0.0.1, user: root, opts: {:password=>"root", :port=>"8958", :forward_agent=>false, :auth_methods=>["password", "publickey", "hostbased", "keyboard-interactive"], :logger=>#<Logger:0x0000000003ea4dd8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000000003ea4d38 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000000003ea4c70 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @binmode=false, @mon_data=#<Monitor:0x0000000003ea4c20>, @mon_data_owner_object_id=8760>>, :password_prompt=>#<Net::SSH::Prompt:0x0000000003ea4a40>, :user=>"root"}
      Warning: Try 8 -- Host 127.0.0.1 unreachable: Errno::ECONNRESET - Connection reset by peer
      Warning: Trying again in 89 seconds
  • j

    jhoblitt

    01/31/2023, 10:50 PM
    uh, we may have a problem with the beaker auto generated centos 7 hosts. I've seen this under gha and I've not reproduced in locally is 3 different repos:
    Copy code
    Warning: Try 7 -- Host 127.0.0.1 unreachable: Net::SSH::Disconnect - connection closed by remote host
      Warning: Trying again in 55 seconds
      Attempting ssh connection to 127.0.0.1, user: root, opts: {:password=>"root", :port=>"8958", :forward_agent=>false, :auth_methods=>["password", "publickey", "hostbased", "keyboard-interactive"], :logger=>#<Logger:0x0000000003ea4dd8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000000003ea4d38 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000000003ea4c70 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @binmode=false, @mon_data=#<Monitor:0x0000000003ea4c20>, @mon_data_owner_object_id=8760>>, :password_prompt=>#<Net::SSH::Prompt:0x0000000003ea4a40>, :user=>"root"}
      Warning: Try 8 -- Host 127.0.0.1 unreachable: Errno::ECONNRESET - Connection reset by peer
      Warning: Trying again in 89 seconds
  • j

    jhoblitt

    01/31/2023, 10:50 PM
    I first saw it 4 days ago in this repo: https://github.com/saz/puppet-ssh/pull/344
  • j

    jhoblitt

    01/31/2023, 10:50 PM
    I first saw it 4 days ago in this repo: https://github.com/saz/puppet-ssh/pull/344
  • j

    jhoblitt

    01/31/2023, 10:50 PM
    I've done a ton of PRs since then in other repos without hitting it but now I can reproduce it on my desktop
  • j

    jhoblitt

    01/31/2023, 10:53 PM
    the docker container is started but systemd isn't starting ssh for some reason
  • b

    bastelfreak

    01/31/2023, 10:55 PM
    @jhoblitt that's a known problem on Ubuntu 22.04 hosts. Our shared gha runs on Ubuntu 20.04 because of that
  • j

    jhoblitt

    01/31/2023, 10:55 PM
    @bastelfreak it is happening on f37 for me
  • j

    jhoblitt

    01/31/2023, 10:55 PM
    @bastelfreak it is happening on f37 for me
  • b

    bastelfreak

    01/31/2023, 10:56 PM
    probably too new as well 😄
  • s

    Slackbot

    01/31/2023, 10:56 PM
    This message was deleted.
    s
    • 2
    • 1
  • j

    jhoblitt

    01/31/2023, 10:56 PM
    but that does explain why I'm only seeing the same thing for saz/ssh. That repo isn't using the standard voxpupuli ci gha
  • d

    Dr Bunsen Honeydew

    01/31/2023, 10:56 PM
    See the
    saz-ssh
    module at https://forge.puppet.com/saz/ssh?src=slack&amp;channel=voxpupuli
1...268269270...648Latest