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

    Neeloj

    04/19/2022, 1:24 PM
    Thanks @bastelfreak good linke. so something like this:
    Copy code
    http_proxy_host = proxy.example.vlan
    http_proxy_port = 8080
    But whats the pe.conf ? To configure agents to communicate through a proxy using
    pe.conf
    , specify values for the
    http_proxy_host
    and
    http_proxy_port
    settings in
    /etc/puppetlabs/puppet/puppet.conf
    .
  • n

    Neeloj

    04/19/2022, 1:24 PM
    Thanks @bastelfreak good linke. so something like this:
    Copy code
    http_proxy_host = proxy.example.vlan
    http_proxy_port = 8080
    But whats the
    pe.conf
    ? To configure agents to communicate through a proxy using
    pe.conf
    , specify values for the
    http_proxy_host
    and
    http_proxy_port
    settings in
    /etc/puppetlabs/puppet/puppet.conf
    .
  • b

    bastelfreak

    04/19/2022, 1:25 PM
    ignore tue pe.conf. you dont use Puppet enterprise. As I said, place it in the puppet.conf
    šŸ‘ 1
  • n

    Neeloj

    04/19/2022, 1:29 PM
    Okay that was importatn for me, I was searching for pe.conf :D
  • s

    Slackbot

    04/19/2022, 4:42 PM
    This message was deleted.
    t
    n
    s
    • 4
    • 4
  • t

    tvaughan

    04/19/2022, 4:43 PM
    Might need a more flexible compliance framework https://github.com/simp/pupmod-simp-nfs
  • a

    Andrew

    04/19/2022, 7:32 PM
    If I have a puppetdb within my environment and the puppetdb goes down is there any way to have the compiler / agents run puppet without throwing errors until the puppetdb gets back up? Any configuration setting I can apply?
  • b

    bastelfreak

    04/19/2022, 7:59 PM
    yes :) https://puppet.com/docs/puppetdb/7/puppetdb_connection.html#soft-write-failure
    😲 1
  • b

    bastelfreak

    04/19/2022, 7:59 PM
    for the puppetdb.conf on the puppetserver
  • b

    bastelfreak

    04/19/2022, 8:00 PM
    but if you use exported resources you dont want that
  • a

    Andrew

    04/19/2022, 8:13 PM
    Exactly what I was looking for! Thanks!
  • v

    vchepkov

    04/19/2022, 10:55 PM
    puppet people, seems some mishap in version number
    Copy code
    $ brew info puppet-agent-6
    puppet-agent-6: 6.27.1
    $ puppet --version
    6.27.0
  • n

    natemccurdy

    04/19/2022, 10:59 PM
    Sometimes the
    puppet-agent
    package is updated without changing the underlying
    puppet
    version. That can happen when there’s a packaging mistake that needs fixed.
  • n

    natemccurdy

    04/19/2022, 11:00 PM
    puppet-agent
    !=
    puppet
  • v

    vchepkov

    04/19/2022, 11:00 PM
    image.png
  • v

    vchepkov

    04/19/2022, 11:01 PM
    https://puppet.com/docs/puppet/6/release_notes_puppet.html
  • v

    vchepkov

    04/19/2022, 11:02 PM
    since 6.27.1 puppet was released one would expect to see it in the agent, no?
  • n

    natemccurdy

    04/19/2022, 11:02 PM
    https://github.com/puppetlabs/puppet/tree/6.27.0 There’s no 6.27.1 tag.
  • v

    vchepkov

    04/19/2022, 11:02 PM
    ĀÆ\_(惄)_/ĀÆ
    this 1
  • v

    vchepkov

    04/19/2022, 11:03 PM
    I think that qualifies as 'mishap' šŸ™‚
  • c

    csharpsteen

    04/19/2022, 11:13 PM
    Yeah, there was a
    s/6.27.0/6.27.1/
    that got missed. 6.27.1 is the latest, 6.27.0 was not released due to upstream CVEs that came out after that build finished packaging.
  • n

    natemccurdy

    04/19/2022, 11:16 PM
    The confusion here comes from the docs referring to the ā€œpuppet-agent packageā€ as just ā€œpuppetā€.
  • n

    natemccurdy

    04/19/2022, 11:17 PM
    There literally isn’t a version of
    puppet
    that’s 6.27.1 (at least not yet). That’s just the packaging version.
  • c

    csharpsteen

    04/19/2022, 11:20 PM
    Right. I think this was one of those situations where the
    puppet
    code base did not change, but a new package and associated version number were needed to pick up patches to a library that runs underneath
    puppet
    .
  • j

    josh

    04/19/2022, 11:24 PM
    I think it'd be clearer if the docs said we released ā€œPuppet Agent 6.27.1ā€ so it's clearer we’re talking about the package and not the code that lives in the puppetlabs/puppet repo
    šŸ’Æ 2
    this 2
  • n

    natemccurdy

    04/19/2022, 11:26 PM
    Also wasn’t there a page somewhere that had a table of the puppet-agent package and everything that was inside of it? Where’d that go?
  • v

    vchepkov

    04/19/2022, 11:26 PM
    I think that died with puppet 5, if I am not mistaken, puppet 5 actually said
    agent
  • v

    vchepkov

    04/19/2022, 11:27 PM
    https://puppet.com/docs/puppet/5.5/release_notes_agent.html
  • n

    natemccurdy

    04/19/2022, 11:28 PM
    Ah, this page with ā€œpuppet-agent component version numbersā€ https://puppet.com/docs/puppet/5.5/about_agent.html#puppet-agent-component-version-numbers
  • n

    natemccurdy

    04/19/2022, 11:28 PM
    That’s crystal clear… where’d that go for Puppet 6+?
12345...428Latest