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

    bastelfreak

    05/04/2022, 2:26 PM
    I would check the changelog for facter 4, I assume it got implemented there
  • b

    bastelfreak

    05/04/2022, 2:31 PM
    (also I suggest to update to puppet 7)
  • h

    hbui

    05/04/2022, 2:32 PM
    we're on PE, so we keep the client tied to the PE server
  • b

    bastelfreak

    05/04/2022, 2:35 PM
    oh noes
  • h

    hbui

    05/04/2022, 2:35 PM
    the PE notes says that Rocky 8 is supported
  • b

    bastelfreak

    05/04/2022, 2:35 PM
    you might be able to use facterng
  • v

    vchepkov

    05/04/2022, 3:06 PM
    puppet 6.26 should recognize Rocky
    Copy code
    # puppet --version
    6.26.0
    # facter --version
    3.14.22 (commit 4d4afa91b226dfa8d2f92c495b7070377134386f)
    # facter os
    {
      architecture => "x86_64",
      family => "RedHat",
      hardware => "x86_64",
      name => "Rocky",
      release => {
        full => "8.5",
        major => "8",
        minor => "5"
      },
      selinux => {
        config_mode => "enforcing",
        config_policy => "targeted",
        current_mode => "enforcing",
        enabled => true,
        enforced => true,
        policy_version => "33"
      }
    }
  • h

    hbui

    05/04/2022, 3:17 PM
    I found it in facterdb too, I need to look to see if we've done something odd in our puppet code base
  • b

    Baba Tunde

    05/04/2022, 3:40 PM
    Hi there, Do you know if there is puppet agent package available for Ubuntu 22.04LTS ?
  • y

    Yorokobi

    05/04/2022, 3:41 PM
    apt.puppetlabs.com
  • b

    Baba Tunde

    05/04/2022, 3:44 PM
    @Yorokobi Thanks. But I cannot find anything related to Jammy distribution there
  • y

    Yorokobi

    05/04/2022, 3:44 PM
    Yep.
  • s

    Slackbot

    05/04/2022, 3:45 PM
    This message was deleted.
    f
    • 2
    • 1
  • b

    Baba Tunde

    05/04/2022, 3:45 PM
    @Yorokobi Is there a workaround for having puppet agent on Ubuntu 22.04 LTS ?
  • y

    Yorokobi

    05/04/2022, 3:46 PM
    I don't know if there's anything official but my work around is to not use 22.04 for another 4-6 months.
  • b

    Baba Tunde

    05/04/2022, 3:49 PM
    @Yorokobi I see πŸ˜…
  • b

    Baba Tunde

    05/04/2022, 3:49 PM
    Thanks anyway
  • c

    CVQuesty

    05/04/2022, 3:51 PM
    That’s really good advice for any production workloads.
  • j

    josh

    05/04/2022, 4:34 PM
    About puppet support for Ubuntu 22.04 see https://puppetcommunity.slack.com/archives/CFD8Z9A4T/p1650996299203469
    πŸ™Œ 1
  • j

    josh

    05/04/2022, 4:35 PM
    And https://tickets.puppetlabs.com/browse/PA-4233
  • s

    Slackbot

    05/04/2022, 5:23 PM
    This message was deleted.
    βœ… 1
    j
    • 2
    • 1
  • j

    jballiet

    05/04/2022, 5:24 PM
    Hello, I have upgraded our puppet 4 stack running on freebsd 12 to puppet 6. I have the stack working correctly and able to push MOTD config. I then preceded to run r10k to push in place our code base. Unfortunately, the code breaks. I was able to fix the first error by installing the sshkeys_core module. The next complaint in the puppet agent run was as followed... Unknown resource type: 'cron'. I went and installed the cron module, however that did not change the outcome of the puppet agent run. I see in the documentation that the module we used in pupet 4 was pushed out to the client in puppet6. I am not sure what that means or what code/config changes need to take place. Any help would be greatly appreciated.
  • s

    Slackbot

    05/04/2022, 5:24 PM
    This message was deleted.
    πŸ™Œ 1
    j
    g
    • 3
    • 2
  • g

    Greg Bristol

    05/04/2022, 5:24 PM
    you'll need this module
  • l

    Lumiere

    05/04/2022, 5:46 PM
    Likely you will want all of the _core modules from puppetlabs
  • g

    Greg Bristol

    05/04/2022, 5:47 PM
    yeah probably
  • v

    vchepkov

    05/04/2022, 5:51 PM
    meh, there are some obscure ones no one uses πŸ™‚
  • v

    vchepkov

    05/04/2022, 5:51 PM
    zfs_core, for instance
  • g

    Greg Bristol

    05/04/2022, 5:52 PM
    we actually use that one lol
  • v

    vchepkov

    05/04/2022, 5:52 PM
    LOL
1...171819...428Latest