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

    runlolarun

    04/25/2023, 8:02 PM
    @bastelfreak quick question. Will puppet-systemd work on RHEL7?
  • d

    Dr Bunsen Honeydew

    04/25/2023, 8:02 PM
    See the
    puppet-systemd
    module at https://forge.puppet.com/puppet/systemd?src=slack&channel=voxpupuli
  • b

    bastelfreak

    04/25/2023, 8:02 PM
    sure
  • r

    runlolarun

    04/25/2023, 8:03 PM
    Okay, thanks!
  • n

    natemccurdy

    04/25/2023, 8:06 PM
    After modulesync to
    5.4.0
    , I see that a static validator is failing with:
    Copy code
    ---> syntax:manifests
    rake aborted!
    LoadError: Puppet 8.0.0 requires Ruby 3.1.0 or greater, found Ruby 3.0.6.
    In: https://github.com/voxpupuli/puppet-vault_lookup/actions/runs/4801592917/jobs/8544008064?pr=80 Is that expected?
  • b

    bastelfreak

    04/25/2023, 8:10 PM
    why does it pull in puppet 8
  • b

    bastelfreak

    04/25/2023, 8:10 PM
    sighs
  • s

    smortex

    04/25/2023, 8:11 PM
    Hey! Puppet 8.0.0 has been tagged a few days ago and I see some breakage here and there. I am fixing $WORK CI ATM, but will move to the Vox / Puppet things when it is fixe
  • s

    smortex

    04/25/2023, 8:11 PM
    *fixed
  • b

    bastelfreak

    04/25/2023, 8:16 PM
    IMO https://github.com/voxpupuli/gha-puppet/blob/v1/.github/workflows/basic.yml#L33-L65 lacks a
    PUPPET_GEM_VERSION
    environment variable
    ✅ 1
  • v

    vchepkov

    04/25/2023, 8:16 PM
    http://yum.puppet.com/puppet8/el/8/x86_64/index.html
  • v

    vchepkov

    04/25/2023, 8:16 PM
    btw
  • v

    vchepkov

    04/25/2023, 8:17 PM
    no server yet, but agent was released
  • b

    bastelfreak

    04/25/2023, 8:18 PM
    was there no announcement in advance about the puppet 8 release or did I miss that?
  • v

    vchepkov

    04/25/2023, 8:18 PM
    it was probably published before the announcement, any moment now
  • v

    vchepkov

    04/25/2023, 8:19 PM
    timestamp has new car smell
  • b

    bastelfreak

    04/25/2023, 8:20 PM
    yeah sure, why should you warn people that shit hits the fan
    😎 1
  • b

    bastelfreak

    04/25/2023, 8:20 PM
    every time the same fuckup
  • b

    bastelfreak

    04/25/2023, 8:21 PM
    forthe puppet 7 release I had a meeting with puppet and my final question was 'anything important planned for the next weeks" " no"
  • b

    bastelfreak

    04/25/2023, 8:21 PM
    puppet7 was released the next day
  • b

    bastelfreak

    04/25/2023, 8:23 PM
    and for tools like puppet-lint we get an rc release before the real one, but not for puppet itself..
  • n

    natemccurdy

    04/25/2023, 8:23 PM
    Yikes. Now any PR is failing with that error:
    Copy code
    ---> syntax:manifests
    rake aborted!
    LoadError: Puppet 8.0.0 requires Ruby 3.1.0 or greater, found Ruby 3.0.6.
    +1 to setting
    PUPPET_GEM_VERSION
    and/or bumping the Ruby version in the job setup.
  • b

    bastelfreak

    04/25/2023, 8:24 PM
    I'm not it
  • n

    natemccurdy

    04/25/2023, 8:25 PM
    Do we want to test Puppet 8 in https://github.com/voxpupuli/gha-puppet/blob/v1/.github/workflows/basic.yml#L33-L65 ? If we don't, we set a limit of 7. If we do, we need to bump the Ruby version.
  • b

    bastelfreak

    04/25/2023, 8:26 PM
    I will pin the pipeline generation to puppet 7
  • b

    bastelfreak

    04/25/2023, 8:26 PM
    if we want to run unit tests on puppet 8, add that version to metadata.json (and see how shit hits the fan in a different way)
    👍 1
  • b

    bastelfreak

    04/25/2023, 8:29 PM
    https://github.com/voxpupuli/gha-puppet/pull/30 + https://github.com/voxpupuli/puppet-example/pull/32 . let's see if that passes
  • b

    bastelfreak

    04/25/2023, 8:32 PM
    sighs
  • b

    bastelfreak

    04/25/2023, 8:33 PM
    https://github.com/voxpupuli/puppet-example/actions/runs/4801901444/jobs/8544713735 why doesn't it pull in the correct puppet 7 version anymore
    🤔 1
  • c

    Craig Gumbley

    04/25/2023, 8:36 PM
    We had to do a little bit extra to get bundler to pick it up https://github.com/puppetlabs/cat-github-actions/blob/main/.github/workflows/module_ci.yml
1...433434435...647Latest