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

    Jonathon Anderson

    06/17/2022, 3:33 PM
    yea... they tend to suck when you have a 15 character limit...
  • j

    Jonathon Anderson

    06/17/2022, 3:33 PM
    how tf is this still a thing?
  • l

    Lumiere

    06/17/2022, 3:34 PM
    microsoft is extremely averse to breaking backward compat
  • l

    Lumiere

    06/17/2022, 3:34 PM
    it's another reason to recommend trusted facts (csr_attributes.yaml on creating the cert)
  • l

    Lumiere

    06/17/2022, 3:34 PM
    you can setup a bunch of keys that you can use
  • l

    Les Shiner

    06/17/2022, 3:35 PM
    disabling certificate_revocaton on puppet agent install. Passing the variable in the install string? I can't seem to find the variable for it. Ex. PUPPET_CA_SERVER= and PUPPET_SERVER= are set, but i also need cert revocation
  • l

    Les Shiner

    06/17/2022, 3:35 PM
    https://puppet.com/docs/puppet/6/install_agents.html
  • l

    Les Shiner

    06/17/2022, 3:35 PM
    that's what i'm using to pass
  • l

    Les Shiner

    06/17/2022, 3:37 PM
    doesn't look like you can. Oh well
  • v

    vchepkov

    06/17/2022, 3:38 PM
    you can add it later in puppet code, it's not essential for the first run, is it?
  • l

    Les Shiner

    06/17/2022, 3:38 PM
    no i don't believe it is. I was just seeing if i could
  • l

    Les Shiner

    06/17/2022, 3:38 PM
    i can add it in later
  • v

    vchepkov

    06/17/2022, 3:40 PM
    what still irks me that windows installer still insists on adding environment into main section
  • l

    Les Shiner

    06/17/2022, 3:40 PM
    instead of {agent]?
  • v

    vchepkov

    06/17/2022, 3:41 PM
    yeah
  • v

    vchepkov

    06/17/2022, 3:41 PM
    breaks every command if environment is not 'production'
  • c

    CVQuesty

    06/17/2022, 3:43 PM
    Maybe the devs can help us understand why that is. I mean, they likely have it in there for a reason, right? RIGHT?!?
    🤷 1
  • j

    Jonathon Anderson

    06/17/2022, 3:44 PM
    heh, funny enough... the problem I was just troubleshooting was caused because environment was specified in [agent] and not [main]
  • j

    Jonathon Anderson

    06/17/2022, 3:44 PM
    apparently simplib is pulling the environment from [main]
  • j

    Jonathon Anderson

    06/17/2022, 3:44 PM
    for the puppet_settings fact
  • c

    CVQuesty

    06/17/2022, 3:44 PM
    LOL… well there ya go.
  • c

    CVQuesty

    06/17/2022, 3:45 PM
    simple fix….. BUT CHANGE EVERYTHING!!!!! 😄
  • c

    CVQuesty

    06/17/2022, 3:46 PM
    Only a matter of time before @rnelson0 showed up. <snicker>
  • c

    CVQuesty

    06/17/2022, 3:46 PM
    I am STILL PISSED that Covid took away our NE camp and the opportunity to get together up there back in 2020
  • j

    Jonathon Anderson

    06/17/2022, 3:47 PM
    the rest of our machines are fine because the agent installer puts environment in [main], and it looks like it goes under no section on linux hosts using our process, which must correlate to [main]
  • j

    Jonathon Anderson

    06/17/2022, 3:47 PM
    the rest of our machines are fine because the agent installer puts environment in [main], and it looks like it goes under no section on linux hosts using our process, which must correlate to [main]
  • v

    vchepkov

    06/17/2022, 3:47 PM
    puppet_settings
    is a stdlib function and I never had problems with it
  • v

    vchepkov

    06/17/2022, 3:47 PM
    scratch that
  • c

    CVQuesty

    06/17/2022, 3:47 PM
    looks like the windows installer did just what you said it does. He just had to fix that
  • v

    vchepkov

    06/17/2022, 3:47 PM
    settings is ectullay not a fact
1...717273...428Latest