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

    Scott Fenton

    05/05/2022, 5:54 PM
    Hey, I've got some Forge modules included in my Puppet file, but Puppet Code doesn't appear to be pulling them down. What are some debugging flags I can use to figure out what's going on?
  • l

    Lumiere

    05/05/2022, 5:57 PM
    check to see if you have firewalls blocking the new IPs
  • l

    Lumiere

    05/05/2022, 5:59 PM
    specifically, it's not IP based anymore (it's cloudfront)
  • s

    Scott Fenton

    05/05/2022, 6:00 PM
    Can I get some debugging flags to see if that's the problem? I don't have control over my firewall and I'd need to contact the NOC to get stuff whitelisted
  • s

    Slackbot

    05/05/2022, 6:01 PM
    This message was deleted.
    a
    • 2
    • 3
  • v

    vchepkov

    05/05/2022, 6:02 PM
    you would need some time to learn types/providers here
  • a

    Allahshukur Ahmadzada

    05/05/2022, 6:03 PM
    it is complex like hell ) so your feedbacks?
  • l

    Lumiere

    05/05/2022, 6:07 PM
    maybe try and contribute it to sensson-powerdns
  • d

    Dr Bunsen Honeydew

    05/05/2022, 6:07 PM
    See the
    sensson-powerdns
    module at https://forge.puppet.com/sensson/powerdns?src=slack&channel=puppet
  • l

    Lumiere

    05/05/2022, 6:08 PM
    although I honestly would be asking why you're not using postgres/mysql as the backend to powerdns so you can use existing modules to maintain data in them
  • b

    bastelfreak

    05/05/2022, 6:08 PM
    ^
  • b

    bastelfreak

    05/05/2022, 6:08 PM
    I mentioned that a few das back as well
  • b

    bastelfreak

    05/05/2022, 6:08 PM
    and I wouldnt manage the dns records with puppet
  • l

    Lumiere

    05/05/2022, 6:09 PM
    it does seem like the sort of thing that would be better served by an application meant to manage powerdns's records
  • l

    Lumiere

    05/05/2022, 6:09 PM
    of which you use puppet to configure that
  • l

    Lumiere

    05/05/2022, 6:10 PM
    actually, powerdns itself has a rest api
  • a

    Allahshukur Ahmadzada

    05/05/2022, 6:11 PM
    lets use thread
  • l

    Lumiere

    05/05/2022, 6:11 PM
    so what you should be doing if you need puppet to manage these, is writing a resource that uses http to that api to manage the resources
  • a

    Allahshukur Ahmadzada

    05/05/2022, 6:12 PM
    so I am not doing it right
  • a

    Allahshukur Ahmadzada

    05/05/2022, 6:12 PM
    so I am not doing it right
  • l

    Lumiere

    05/05/2022, 6:13 PM
    you're not doing it optimally for configuration management 😄
  • a

    Allahshukur Ahmadzada

    05/05/2022, 6:13 PM
    so puppet supposed to install do basic configuration and rest should be done seperately?
  • a

    Allahshukur Ahmadzada

    05/05/2022, 6:13 PM
    what I try here is to have immutuble configuration
  • a

    Allahshukur Ahmadzada

    05/05/2022, 6:14 PM
    actually this sqlite thing is part of configuration, I wish they used simple text file but they did not and used sqlite)
  • l

    Lumiere

    05/05/2022, 6:16 PM
    puppet can do all of it, but you're going to have to dig very deep into puppet's internals (types/providers) to make what you want in a way that will work idempotently
  • s

    Slackbot

    05/05/2022, 6:18 PM
    This message was deleted.
    a
    y
    • 3
    • 3
  • s

    Slackbot

    05/05/2022, 6:18 PM
    This message was deleted.
    v
    a
    • 3
    • 6
  • a

    Allahshukur Ahmadzada

    05/05/2022, 6:19 PM
    terraform? I need to do with puppet
  • s

    Slackbot

    05/05/2022, 7:03 PM
    This message was deleted.
    n
    l
    • 3
    • 2
  • d

    Dr Bunsen Honeydew

    05/05/2022, 7:03 PM
    See the
    puppet-jenkins
    module at https://forge.puppet.com/puppet/jenkins?src=slack&channel=puppet
1...212223...428Latest