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

    Raj Parpani

    07/05/2023, 7:22 PM
    Is this something you can do from the UI directly?
  • n

    Nick Bertrand

    07/05/2023, 7:24 PM
    UI makes me think this question might be better-suited for the #C19V5U41Z channel
  • n

    natemccurdy

    07/05/2023, 7:27 PM
    @Raj Parpani I'm assuming you're using Puppet Enterprise. If so, you're looking for the
    r10k_remote
    setting, which can be changed in the Puppet Enterprise Console's Node groups section. See step 1 here: https://www.puppet.com/docs/pe/2021.7/code_mgr_config.html#code_mgr_enable
  • r

    Raj Parpani

    07/05/2023, 7:30 PM
    r10k_remote was found. Thank you so much
  • r

    Raj Parpani

    07/05/2023, 7:31 PM
    It is gitlab right now but if I'm using Azure Repo, it would need a PAT to read from that repo
  • r

    Raj Parpani

    07/05/2023, 7:31 PM
    A PAT is a personal access token. I'm wondering where would those credentials go on puppet
  • r

    Raj Parpani

    07/05/2023, 7:32 PM
    Main thing is I want to test connection to the repo before updating that endpoint
  • n

    natemccurdy

    07/05/2023, 7:33 PM
    You'll have to use SSH key authentication with Azure Repo: https://learn.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops
  • r

    rismoney

    07/05/2023, 8:02 PM
    if you put a load balancer like traefik in front of puppetserver, should it be an https and do 443:8140 conversion, create a entry point and do 8140:8140, or should i use tcp ? Welcome thoughts on this
  • n

    natemccurdy

    07/05/2023, 8:04 PM
    Simplest way to start, and what I'd recommend at first, is a TCP load balancer without any port redirection. Just TCP 8140 -> TCP 8140.
  • r

    rismoney

    07/05/2023, 8:06 PM
    I was thinking that, because I think I'd need to put the certs from CA on the listeners.
  • n

    natemccurdy

    07/05/2023, 8:06 PM
    And use the "least-connections" load balancing scheme if possible rather than round robin.
  • r

    rismoney

    07/05/2023, 8:08 PM
    same recommendation for puppetdb ?
  • s

    Slackbot

    07/05/2023, 8:19 PM
    This message was deleted.
    c
    • 2
    • 1
  • r

    Raj Parpani

    07/05/2023, 8:23 PM
    @Nick Bertrand I ran the command you provided and it now says Certificates for cpt1 have been revoked
  • r

    rismoney

    07/05/2023, 9:35 PM
    can an already started puppet agent be tickled to run immediately, [not trying to do a puppet agent run interactively, as that occurs in a different user context]. ? I know stop/restart will cause a run, but wondering if there way another way.
  • r

    rismoney

    07/05/2023, 9:42 PM
    guess siguser1 only works on linux
  • c

    csharpsteen

    07/05/2023, 10:05 PM
    Yeah,
    SIGUSR1
    is the way to do that. Windows needs a service restart.
  • s

    Slackbot

    07/06/2023, 9:56 AM
    This message was deleted.
    c
    b
    c
    • 4
    • 9
  • b

    bastelfreak

    07/06/2023, 9:57 AM
    did we delete it by accident?
  • b

    bastelfreak

    07/06/2023, 9:58 AM
    ah https://github.com/puppetlabs/puppetlabs-stdlib/commit/027861866122b32816bbb5566f8dc57d3b558ac8
  • r

    Raj Parpani

    07/06/2023, 4:43 PM
    I'm just using a repo in Azure Devops compared to Gitlab. I added the ssh key and tested the connection. Looks like the output looks good as I'm seeing the latest commit when doing puppet code deploy. However do I still need to "create an Azure DevOps Services OAuth application for Continuous Delivery for PE."
  • n

    n3snah

    07/06/2023, 5:30 PM
    Not sure sorry. I'm not using azure... If it's working, then possibly not
  • s

    Slackbot

    07/06/2023, 8:41 PM
    This message was deleted.
    c
    b
    • 3
    • 2
  • s

    Slackbot

    07/07/2023, 2:58 PM
    This message was deleted.
    h
    p
    • 3
    • 6
  • r

    rismoney

    07/07/2023, 5:12 PM
    guess the answer here is no, but can 'latest' be used in version ranges on package provider?
  • v

    vchepkov

    07/07/2023, 5:16 PM
    provider dependent
  • v

    vchepkov

    07/07/2023, 5:16 PM
    yum - can
  • v

    vchepkov

    07/07/2023, 5:17 PM
    but I wouldn't advise to use it. That's how you get unexpected results in your production
  • s

    Slackbot

    07/07/2023, 6:54 PM
    This message was deleted.
    d
    • 2
    • 1
1...389390391...428Latest