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

    CVQuesty

    05/09/2022, 5:27 PM
    Yah, but there are solid supportable ways to mitigate that
  • r

    ragnarkon

    05/09/2022, 5:28 PM
    I’m trying to move them over to Config Data in the console, so at least it is Hiera in the console. But haven’t problems explaining how that all works
  • r

    ragnarkon

    05/09/2022, 5:29 PM
    plus we have 4 separate Puppet Enterprise stacks that share a codebase, so if they do it in the console they’ll effectively have to make the same change 4 times
  • c

    CVQuesty

    05/09/2022, 5:30 PM
    Well, that’s a choice they’ve made.
  • v

    vchepkov

    05/09/2022, 5:30 PM
    make their mind blown, make code that populates PE console with the arguments 🙂
  • v

    vchepkov

    05/09/2022, 5:30 PM
    from hiera
  • c

    CVQuesty

    05/09/2022, 5:31 PM
    HAH!
  • c

    CVQuesty

    05/09/2022, 5:31 PM
    I knew I liked you
    😁 1
  • r

    ragnarkon

    05/09/2022, 5:32 PM
    heh… I did make a little utility to replicate a the same node group structure in all four environments
  • v

    vchepkov

    05/09/2022, 5:32 PM
    node_manager?
  • r

    ragnarkon

    05/09/2022, 5:32 PM
    and then i was like “See you can do this in Git too and you can write tests around it!!
  • c

    CVQuesty

    05/09/2022, 5:32 PM
    What was that thing Ranjit made for PE? The name is escaping me.
  • c

    CVQuesty

    05/09/2022, 5:32 PM
    @whatsaranjit
  • v

    vchepkov

    05/09/2022, 5:32 PM
    yep, node_manager
  • w

    whatsaranjit

    05/09/2022, 5:33 PM
    Boom.
  • c

    CVQuesty

    05/09/2022, 5:33 PM
    👍
  • w

    whatsaranjit

    05/09/2022, 5:33 PM
    It even has a puppet face for exporting/importing node groups.
    💯 1
  • b

    bastelfreak

    05/09/2022, 5:34 PM
    wait, I do not need to use puppet resource... for this?
  • b

    bastelfreak

    05/09/2022, 5:34 PM
    checks the code
  • c

    CVQuesty

    05/09/2022, 5:34 PM
    Then get that and save all that off in your “CYA Archive” too. 😄
  • v

    vchepkov

    05/09/2022, 5:35 PM
    It is a puppet resource
  • v

    vchepkov

    05/09/2022, 5:35 PM
    node_group
  • v

    vchepkov

    05/09/2022, 5:35 PM
    and PE uses
    pe_node_group
  • v

    vchepkov

    05/09/2022, 5:36 PM
    I prefer Ranjit's, since his parameter is called
    override_environment
    vs PE's
    environment_trumps
    😎
  • s

    Slackbot

    05/09/2022, 5:38 PM
    This message was deleted.
    b
    • 2
    • 1
  • j

    JoeH

    05/09/2022, 6:38 PM
    Hi all, I'm installing puppet on a new client and for some reason it is excluding the subdomain and only using the tld to generate the cert. I've blown away the ssl dir on the client and cleaned the cert from the puppet server. Does anyone know why puppet is getting xyz.com rather than abc.xyz.com?
  • r

    ragnarkon

    05/09/2022, 6:40 PM
    @JoeH By default it’ll use the FQDN, but if you have a value set for
    certname
    in puppet.conf, it’ll use that instead.
  • r

    ragnarkon

    05/09/2022, 6:40 PM
    puppet config print certname
  • j

    JoeH

    05/09/2022, 6:42 PM
    @ragnarkon the print certname is giving the tld, which is wrong, but the puppet.conf file only has environment=development set.... ?
  • j

    JoeH

    05/09/2022, 6:42 PM
    @ragnarkon the print certname is giving the tld, which is wrong, but the puppet.conf file only has environment=development set.... ?
1...282930...428Latest