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

    William Myers

    10/24/2022, 7:58 PM
    Not a monolithic clone of a server that is ~2 years old
  • b

    bastelfreak

    10/24/2022, 7:58 PM
    if prod is already managed with Puppet, you could spin up test instances with the same code on demand
  • w

    William Myers

    10/24/2022, 7:59 PM
    Unfortunately puppet is a new introduction to our environment.
  • b

    bastelfreak

    10/24/2022, 7:59 PM
    or keep a permanent dev instance running and ensure with puppet that prod is insync
  • w

    William Myers

    10/24/2022, 7:59 PM
    Even git and provisioning scripts would be preferential
  • b

    bastelfreak

    10/24/2022, 8:02 PM
    perfect first project for Puppet!
    💯 1
  • l

    Lumiere

    10/24/2022, 8:39 PM
    honestly, the entire paradigm is backward
  • l

    Lumiere

    10/24/2022, 8:40 PM
    build a dev, patch and maintain it ensure things work in it
  • l

    Lumiere

    10/24/2022, 8:40 PM
    then deploy that to production
  • w

    William Myers

    10/24/2022, 9:02 PM
    Yeah, the current paradigm is clone prod virtual machine to dev, test thing then repeat steps on prod
  • w

    William Myers

    10/24/2022, 9:02 PM
    Yeah, the current paradigm is clone prod to dev, test thing then repeat steps on prod
  • w

    William Myers

    10/24/2022, 9:02 PM
    Yeah, the current paradigm is clone prod virtual machine to dev, test thing then repeat steps on prod
  • w

    William Myers

    10/24/2022, 9:03 PM
    Usually replacing test/dev vms that already exist but have config drift issues
  • b

    bastelfreak

    10/24/2022, 9:06 PM
    that sounds... not so nice
  • y

    Yorokobi

    10/24/2022, 9:07 PM
    Testing in production—except it is now (dev|test|staging). 😆
  • s

    Slackbot

    10/25/2022, 3:42 AM
    This message was deleted.
    b
    n
    c
    • 4
    • 8
  • n

    Nigel

    10/25/2022, 3:42 AM
    Hi Everyone, I am still getting to grips with PQL. Is it possible to get to details out of a puppet qpl query: Where is my query:
    inventory[certname] { facts.os.name = "RedHat" }
    I would like to get the cert name and the OS Version e.g. RedHat 7
  • s

    Slackbot

    10/25/2022, 8:16 AM
    This message was deleted.
    j
    d
    • 3
    • 4
  • a

    Alex Fisher

    10/25/2022, 3:53 PM
    @reidmv Hi! I've been trying out your certificate module. https://github.com/reidmv/puppet-module-puppet_certificate Looks really useful in automating agent cert renewals.
  • a

    Alex Fisher

    10/25/2022, 3:53 PM
    @reidmv Hi! I've been trying out your certificate module. https://github.com/reidmv/puppet-module-puppet_certificate Looks really useful in automating agent cert renewals.
  • a

    Alex Fisher

    10/25/2022, 3:56 PM
    One thing I noticed is that the certificate that the type claims to download is apparently not being stored anywhere. If I do a second run, then puppet requests it again. It's not ideal though as I intend for my policy to use a secret in the csr that will only last 10 or so minutes.
  • b

    bastelfreak

    10/25/2022, 3:57 PM
    did you see that on puppet 6 or 7?
  • a

    Alex Fisher

    10/25/2022, 3:57 PM
    6.
  • a

    Alex Fisher

    10/25/2022, 3:58 PM
    I can see that for 7 it might need some fixes too.
  • a

    Alex Fisher

    10/25/2022, 3:59 PM
    I'm implementing https://dev.to/camptocamp-ops/automatic-renewal-of-puppet-certificates-28pm and trying to do "Another idea is to generate a composite secret on the Puppet master by mixing the psk with the certname" as part of that.
  • r

    reidmv

    10/25/2022, 3:59 PM
    @Alex Fisher I think the last time I used that puppet_certificate type was in a much older version of Puppet. I am not surprised to hear that it (sounds like it) needs some TLC for Puppet 6/7. 🙂
  • a

    Alex Fisher

    10/25/2022, 4:00 PM
    ok. There was https://github.com/reidmv/puppet-module-puppet_certificate/pull/7 but I guess it might have been incomplete???
  • a

    Alex Fisher

    10/25/2022, 4:00 PM
    ok. There was https://github.com/reidmv/puppet-module-puppet_certificate/pull/7 but I guess it might have been incomplete???
  • a

    Alex Fisher

    10/25/2022, 4:01 PM
    Reading this thread, looks like there might be a fork I could test out. https://github.com/reidmv/puppet-module-puppet_certificate/issues/10#issuecomment-1002141468
    👍 1
  • a

    Alex Fisher

    10/25/2022, 4:01 PM
    Reading this thread, looks like there might be a fork I could test out. https://github.com/reidmv/puppet-module-puppet_certificate/issues/10#issuecomment-1002141468
1...212213214...428Latest