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

    VoxBot

    04/28/2023, 6:40 PM
    mhm
  • v

    VoxBot

    04/28/2023, 6:41 PM
    we've net-ssh and ed25519 in beaker. why didn't I add bcrypt_pbkdf
  • y

    Yury Bushmelev

    04/28/2023, 6:41 PM
    Copy code
    s.add_runtime_dependency 'bcrypt_pbkdf', '>= 1.0', '< 2.0'
  • y

    Yury Bushmelev

    04/28/2023, 6:41 PM
    this is recommended by net-ssh it seems
  • y

    Yury Bushmelev

    04/28/2023, 6:42 PM
    shall I raise a PR?
  • y

    Yury Bushmelev

    04/28/2023, 6:42 PM
    though.. my beaker is not latest.. let me update
  • y

    Yury Bushmelev

    04/28/2023, 6:43 PM
    no, there is no bcrypt_pbkdf still.. I’ll make a PR
  • v

    VoxBot

    04/28/2023, 6:47 PM
    yeah
  • b

    bastelfreak

    04/28/2023, 7:00 PM
    @Yury Bushmelev https://github.com/voxpupuli/beaker/pull/1811
    ✅ 1
  • y

    Yury Bushmelev

    04/28/2023, 9:27 PM
    reminder for myself: another thing to fix in Beaker
    verify_host_key: false is deprecated, use :never
    (from Net::SSH)
  • h

    Hugo Haakseth

    04/28/2023, 9:29 PM
    https://github.com/voxpupuli/puppet-augeasproviders_sysctl/pull/74
  • h

    Hugo Haakseth

    04/29/2023, 8:39 AM
    puppet-augeasproviders_sysctl 3.0.0 has now been released, and I have created https://puppet.atlassian.net/jira/software/c/projects/FORGE/issues/FORGE-691
    👍 1
  • d

    Dr Bunsen Honeydew

    04/29/2023, 8:39 AM
    See the
    puppet-augeasproviders_sysctl
    module at https://forge.puppet.com/puppet/augeasproviders_sysctl?src=slack&amp;channel=voxpupuli
  • y

    Yury Bushmelev

    04/29/2023, 10:17 AM
    well.. beaker-lima hypervisor is almost there.. is it ok to create the repo in the Voxpupuli org? Or shall I create mine first and then transfer it?
  • y

    Yury Bushmelev

    04/29/2023, 10:18 AM
    or maybe just create mine and do not transfer because nobody need it yet? 😄
  • b

    bastelfreak

    04/29/2023, 10:46 AM
    I think that would fit well into vox pupuli
  • b

    bastelfreak

    04/29/2023, 10:47 AM
    for boilerplate code like rakefile and CI foo you can copy it from beaker-hcloud and beaker-vagrant
  • y

    Yury Bushmelev

    04/29/2023, 10:52 AM
    yep, I started with beaker-hcloud as a base
  • y

    Yury Bushmelev

    04/29/2023, 10:53 AM
    ok, I’ll create a new repo
    beaker-lima
    then
  • y

    Yury Bushmelev

    04/29/2023, 10:55 AM
    any license preference here? I see most of beaker-XXX are under Apache-2.0
  • y

    Yury Bushmelev

    04/29/2023, 10:56 AM
    Lima itself is Apache-2.0 too
  • y

    Yury Bushmelev

    04/29/2023, 10:57 AM
    will proceed with Apache
  • b

    bastelfreak

    04/29/2023, 11:07 AM
    sounds fine
  • b

    bastelfreak

    04/29/2023, 11:34 AM
    @Yury Bushmelev I configured some github perms and rubygems secrets. when you add the github actions releases should work
    🙇🏻 1
  • y

    Yury Bushmelev

    04/29/2023, 11:35 AM
    ty! that’s helpful! I’m fixing unit tests now and will push after
  • y

    Yury Bushmelev

    04/29/2023, 12:01 PM
    what I hate in GH is whole org is subscribed to every new repo..
  • y

    Yury Bushmelev

    04/29/2023, 12:03 PM
    is there any way to sync the .github? or shall I just copy it from any other beaker plugin?
  • b

    bastelfreak

    04/29/2023, 12:05 PM
    we dont have a modulesync for beaker yet. you need to copy the repo
  • b

    bastelfreak

    04/29/2023, 12:05 PM
    eh, copy .github
  • y

    Yury Bushmelev

    04/29/2023, 12:08 PM
    done, no acceptance tests yet.. will implement something later
1...457458459...641Latest