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

    Lumiere

    06/16/2023, 2:07 PM
    as soon as we get el9 and ubuntu 22.04 support 🙂
  • b

    bastelfreak

    06/16/2023, 2:10 PM
    and Debian 12 and ARM!
  • c

    cdenneen

    06/16/2023, 2:36 PM
    RHEL9 was supported back in Puppet 2019.8 if I recall... Same with Ubuntu 22.04
  • b

    bastelfreak

    06/16/2023, 2:37 PM
    for the agent. ubuntu 22.04 puppetserver packages aren't available yet
  • c

    CVQuesty

    06/16/2023, 2:38 PM
    Meanwhile we’ve all been using Ubuntu 22.04 for months and months
  • s

    Slackbot

    06/16/2023, 2:44 PM
    This message was deleted.
    v
    l
    • 3
    • 2
  • s

    Slackbot

    06/16/2023, 4:16 PM
    This message was deleted.
    b
    v
    t
    • 4
    • 11
  • c

    Code_Bleu

    06/16/2023, 7:18 PM
    How can I clear out a cert in
    puppetserver ca list --all
    ? I have the local puppet servers agent saying the cert is revoked and I want to redo just the agent for the puppet master server itself.
  • k

    Ken

    06/16/2023, 7:23 PM
    puppetserver ca clean --certname <certname>
  • s

    Slackbot

    06/17/2023, 2:29 PM
    This message was deleted.
    c
    j
    +2
    • 5
    • 54
  • v

    vchepkov

    06/18/2023, 12:59 PM
    Problem is with modules, need to catch up
  • s

    Slackbot

    06/19/2023, 1:09 PM
    This message was deleted.
    bolt 1
    y
    l
    r
    • 4
    • 8
  • b

    Bert Hajee

    06/19/2023, 2:33 PM
    Somehow r10k doesn’t download the latest version of the module available on the forge. I don’t specify any version range, so I would expect it to use the latest version. Anybody else noticed that? I’m using r10k 3.15.4 and Puppet 8.1.0
  • m

    Moe

    06/19/2023, 2:34 PM
    How can I locally test a custom fact I'm writing? Is there a way to test it on a given node locally and have it access its own facts?
  • s

    Slackbot

    06/19/2023, 2:44 PM
    This message was deleted.
    b
    d
    +3
    • 6
    • 16
  • v

    vchepkov

    06/19/2023, 2:44 PM
    https://github.com/puppetlabs/r10k/blob/main/doc/puppetfile.mkd#puppet-forge
  • v

    vchepkov

    06/19/2023, 2:44 PM
    You need to explicitly specify
    :latest
    (I wouldn't recommend it)
  • s

    Slackbot

    06/19/2023, 2:46 PM
    This message was deleted.
    âś… 1
    m
    • 2
    • 1
  • d

    drobinson

    06/19/2023, 2:54 PM
    if I'm using a module that requires stdlib between 4.6 and 5, but we have v8 installed will that lead to an unknown resource type error for that module? The metatdata.json is also puppet version requirement of
    "version_requirement": ">= 4.7.0 < 6.0.0"
    and we have puppet 7 but I didn't think that would be an issue
    Evaluation Error: Error while evaluating a Resource Statement, Unknown resource type
  • v

    vchepkov

    06/19/2023, 2:56 PM
    stdlib provides very limited list of resources. most likely it's unrelated. What is the resource type?
  • d

    drobinson

    06/19/2023, 2:58 PM
    https://forge.puppet.com/modules/kpn/advanced_audit_policy/readme
  • v

    vchepkov

    06/19/2023, 2:58 PM
    puppet should indicate, what line it fails
  • d

    drobinson

    06/19/2023, 3:04 PM
    we had internally forked it to update something and are trying to go back to the forge. I'll make sure our deploys are working properly. Thanks for the assist! I had some people questioning the metadata stuff, so wanted to verify
  • v

    vchepkov

    06/19/2023, 3:05 PM
    I don't think anything uses that metadata string besides
    puppet module
    command
  • v

    vchepkov

    06/19/2023, 3:06 PM
    if module was just deployed, maybe puppetserver needs to be reloaded to see new types
  • t

    tuxmea

    06/19/2023, 4:50 PM
    using forge module in a puppetfile without version or latest, will only fetch once and then use the version from cache
  • c

    Code_Bleu

    06/20/2023, 12:47 AM
    What is the proper way to pull in a variable into a
    exec
    command
    ?
    /usr/bin/echo ${::db_name}
    <- will this not work? It doesn't seem to work for me. Can the
    $db_name
    be pulled in from another profile/module that has been included in the role file? I have created a new module that I want to pull in the
    $db_name
    from, but this variable is declared in another module/profile that is being included with the role that is being ran.
  • s

    Shaik Ishak

    06/20/2023, 12:10 PM
    Hi Team, How to ensure puppet server added in uCMDB?
  • b

    bastelfreak

    06/20/2023, 12:11 PM
    sounds like a question for uCMDB people, not puppet people?
  • s

    Shaik Ishak

    06/20/2023, 12:15 PM
    there is module for uCMDB?
1...380381382...428Latest