https://www.puppet.com/community logo
Join SlackCommunities
Powered by
# puppet-enterprise
  • m

    Moe

    06/22/2023, 8:45 AM
    Perfect and thank you! I guess I'll open a support case to have the docs fixed then 🙂
    👍 1
  • s

    Slackbot

    06/24/2023, 10:37 AM
    This message was deleted.
    b
    m
    • 3
    • 36
  • m

    Marty Ewings

    06/24/2023, 10:39 AM
    I think it would be useful, but would likely need a fair amount of my side project time,
  • m

    Mike Langhorst

    06/27/2023, 2:56 PM
    pdk question - not sure which channel is best to ask. I have an older module created here, when I do "pdk validate", it says "using Puppet 6.29.0". pdk update makes no changes, and convert says nothing to change. what sets this?
  • y

    Yorokobi

    06/27/2023, 2:58 PM
    There should be a "pdk-version" entry in metadata.json for the PDK version and in the "requirements" array a dictionary entry for the Puppet version in the same file.
  • m

    Mike Langhorst

    06/27/2023, 3:13 PM
    yea, the version was < 7.0.0. would've expected the pdk update to change that
  • c

    csharpsteen

    06/27/2023, 3:19 PM
    I think
    pdk update
    just updates the
    pdk-version
    in
    metadata.json
    and syncs in any changes from the
    template-url
    and
    template-ref
    .
    this 1
  • b

    bastelfreak

    06/27/2023, 3:22 PM
    @Mike Langhorst pdk checks the latest supported major puppet version in your metdata.json
  • b

    bastelfreak

    06/27/2023, 3:22 PM
    if you don't allow puppet 7, pdk will default to test with puppet 6
  • m

    Mike Langhorst

    06/27/2023, 3:33 PM
    @bastelfreak agreed on that. just. @csharpsteen good point, I think my templates need to be updated
  • m

    Mike Langhorst

    06/27/2023, 3:34 PM
    created custom about 2 yrs ago as we were creating a lot of boilerplate app modules
  • s

    Slackbot

    06/27/2023, 8:16 PM
    This message was deleted.
    b
    a
    j
    • 4
    • 7
  • c

    CVQuesty

    06/27/2023, 8:18 PM
    https://www.puppet.com/docs/pe/2023.2/plans_limitations.html
  • c

    CVQuesty

    06/27/2023, 8:18 PM
    There is a difference.
  • s

    steveax

    06/27/2023, 11:02 PM
    I’d have a look at the puppetserver and orchestration-services logs too
  • s

    Slackbot

    06/29/2023, 9:17 AM
    This message was deleted.
    c
    b
    • 3
    • 4
  • s

    Slackbot

    06/29/2023, 3:46 PM
    This message was deleted.
    b
    d
    +2
    • 5
    • 14
  • s

    Slackbot

    07/03/2023, 6:57 PM
    This message was deleted.
    i
    • 2
    • 1
  • v

    vchepkov

    07/03/2023, 7:02 PM
    Hmm, why not to use already existing facts?
  • v

    vchepkov

    07/03/2023, 7:04 PM
    and you should use
    Facter.debug
    instead of puts
  • i

    IlovPuppet

    07/03/2023, 7:08 PM
    @vchepkov what’s the existing fact name?
  • v

    vchepkov

    07/03/2023, 7:09 PM
    networking
  • v

    vchepkov

    07/03/2023, 7:11 PM
    Copy code
    # facter networking.network
    10.135.147.0
  • i

    IlovPuppet

    07/03/2023, 7:11 PM
    I’m looking for just the primary network adapter network info.
  • v

    vchepkov

    07/03/2023, 7:11 PM
    that's what I posted
  • i

    IlovPuppet

    07/03/2023, 7:13 PM
    I see…thanks for helping me @vchepkov . I believe this should work for me. Any reason why the above code is failing to parse the same ?
    🤷‍♂️ 1
  • r

    Raj Parpani

    07/05/2023, 7:25 PM
    What is the process to update the location for your puppet repo on the puppet master Is this something you can do from the UI directly?
  • v

    vchepkov

    07/05/2023, 7:32 PM
    Copy code
    puppet_enterprise::master::code_manager::sources:
      unix:
        remote: "<mailto:git@gitlab.example.com|git@gitlab.example.com>:it/puppet/puppet-control.git"
  • v

    vchepkov

    07/05/2023, 7:33 PM
    you can set that in console too, but hiera is easier
  • r

    Raj Parpani

    07/05/2023, 8:30 PM
    @vchepkov What If I'm using a repo in Azure DevOps and I'd like to read using a PAT like I do in Jenkins
1...575859...73Latest